Tweeter is a simple, single-page Twitter clone developed by Lighthouse Labs. This web application uses HTML, CSS, JS, jQuery and AJAX on the client-side, and Node and Express on the server-side.
- Post new tweets.
- See all tweets in reverse-chronological order.
- Back-to-top button that appears after scrolling down.
Here's a video demonstration of how Tweeter works:
tweeterdemo.mp4
Here are some screenshots of the application:
- Install dependencies using the
npm install
command. - Start the web server using the
npm start
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- Express
- Node.js
- body-parser
- Chance
- md5
- Nodemon