Tweeter is a single-page Twitter clone, built using HTML, CSS, JS, jQuery and AJAX on the front-end and Node and Express on the back-end. Its user friendy and can be viewed on both desktop and mobile devices.
- SASS
- Button To Display/Hide "Compose Tweet Section"
- Page Toggle Button
Desktop View showing "Write your tweet" Button, which toggles the Compose Tweet Section Desktop View showing the "Scroll to Top Button" Mobile/Tablet View
- Clone this repository
- Install dependencies listed below using the
npm install
command. - Start the web server using the
npm run local
command. - Go to http://localhost:8080/ in your browser.
- Express
- Node 5.10.x or above
- Body-parser
- Chance