Tweeter is a simple, single-page Twitter clone.
Tweeter was an exercise in honing my HTML, CSS, JS, jQuery and AJAX front-end skills, and my Node, Express and MongoDB back-end skills.
The starter code for this project is found here: https://github.com/lighthouse-labs/tweeter
-
Fork and clone this respository.
-
Install dependencies using the
npm install
command.
npm install
- Start the web server using the
npm run local
command.
npm run local
- Go to http://localhost:8080/ in your browser.
- Express
- Node 5.10.x or above
- Chance
- MD5
- Body-parser
Tweeter is responsive to different screen sizes.