Tweeter is a simple, single-page Twitter clone.
This project was developed as part of Lighthouse Labs Web Development course and showscase practice with:
- HTML, CSS, JS, jQuery and AJAX front-end skills.
- Node and Express back-end skills.
- On GitHub.com, navigate to the IrinaGM/tweeter repository.
- In the top-right corner of the page, click Fork and Create fork
- On GitHub.com, navigate to your fork of the TinyApp repository.
- Above the list of files, click Code.
- Copy the URL for the repository
- To clone the repository using HTTPS, under "HTTPS", click on the copy button.
- To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click SSH, then click on the copy button.
- To clone a repository using GitHub CLI, click GitHub CLI, then click on the copy button.
- Open Terminal.
- Change the current working directory to the location where you want the cloned directory.
- Type git clone, and then paste the URL you copied earlier. It will look like this, with your GitHub username instead of YOUR-USERNAME:
$ git clone https://github.com/YOUR-USERNAME/tweeter
- Press Enter. Your local clone will be created.
- Install dependencies:
npm install
- Start the application:
npm run local
- Navigate to http://localhost:8080/ in your browser.
Copyright (c) 2023 IrinaGM