Tweeter is a simple, single-page Twitter clone.
Tweeter allow users to post tweets within a 140-character limit. New tweets appear on the top of the page. Using AJAX, the app updates tweet pages asynchronously without reloading the whole page. Tweeter Project uses this repos from LHL as template. To further develop the app, I used HTML, CSS, JS, jQuery, and AJAX in the front-end; Node and Express in the back-end. Additionally, Tweeter has a dynamic responsive design that is compatible with both desktop and tablet screens.
This is my third project at LHL after Lotide and TinyApp.
Avatar Icon re-designed by my little sister @ThyAn BuiLe
- Node 5.10.x or above
- Express
- chance
- body-parser
- md5
- nodemon
- Clone this repos to your local machine
- Install dependencies using the
npm install
command. - Start the web server using the
npm run local
command. - Navigate to http://localhost:8080/ to start tweeting yayyy 😎
Hope you enjoy the app and have a nice day :D