Tweeter is a simple, single-page Twitter clone. Project was primarily focused on introducing us to front-end dynamic websit design using HTML, CSS, and DOM manipulation using JQuery. Secondary focus was on further honing back-end skills with Express, HTTP, and GET/POST requests and responses.
- 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.
- Site is loaded with two default tweets. Toggle tweet form (click button in top right corner of page) and start tweeting!
- Express
- Node 5.10.x or above
- Body-parser 1.15.2
- Chance 1.0.2
- md5 2.1.0