Tweeter is a simple, single-page Twitter clone built with front-end skills of: HTML, CSS, JS, jQuery and AJAX. As well as back-end skills of Node and Express.
- Express
- Node 5.10.x or above
- Create a new repository using this repository as a template.
- Clone your repository onto your local device.
- Install dependencies using the
npm install
command. - Start the web server using the
npm run local
command. The app will be served at http://localhost:8001/. - Go to http://localhost:8001/ in your browser.
- Click on
Start your Tweet
- Type anything you would like to
hum
about - Click on
TWEET
and see your tweet unfold on the page - Alternatively, you can click on
red-down-arrow
located at the top-right to start a new tweet!
- Composing a Tweet Box can be toggled by clicking the
new
orred-down-arrow
located on the top right - A
second toggle-button
appears at the bottom right of the window screen when users can scroll down. The second toggle-button lets users jump back to the top of page to start a new tweet - Added SASS as an extension to help write more organized and reusable code