Tweeter is a simple, single-page Twitter clone.
- Write and submit new tweets to the feed
- See the username, info and data of other users
- 'Write a tweet' animation to display the tweet submit form
- 'Scroll back to the top button' allowing you to go to the top of the feed
- Animated owl that blinks everytime you submit a new tweet
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm installcommand. - Start the web server using the
npm run localcommand. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- Important! Look at the owl when submitting a new tweet
- Enjoy the full features of the website (Look at other user's tweet and start tweeting)
- Express
- Chance
- Node 5.10.x or above

