Tweeter is a simple, single-page tweeter clone.
This project has been implemented with jquery, ajax, sass, express, express and timeago lbis. This project has two layouts, mobile ones and desktop app. it provides warning messages in two cases the user tried to post an empty tweet or too long one. it refreshes automatically to show the new tweets which will add by default to the top of the list.
- Create a new repository using this repository as a template.
- Clone your repository onto your local device.
- 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.
- Express
- Node 5.10.x or above
- body-parser
- chance
- express
- md5
"Screenshot of tweet compose box in desktop layout" "Screenshot of tweet compose box in mobile layout"
"Screenshot of warning message in case of posting empty tweet" "Screenshot of warning message in case of posting too long tweet"