Tweeter is a single-page AJAX-based Twitter clone.
Students will fork and clone this repository, then build upon it to get comfortable with their HTML5, CSS3, JS, and jQuery front-end skills.
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm install
command. - Start the web server using the
npm run local
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- Body-parser
- Chance
- Md5
- Express
- Node 5.10.x or above
- To compose a new tweet, click on "Write a new tweet" in the top right corner of the app. This will drop a text area that you can tweet in.
- The character limit for a tweet is between 1 and 140 characters. Any other tweets will be rejected!
- Scroll to the top and bottom of the page by pressing the chicken hatchlings (top left hatchling for scrolling to the bottom, and bottom right for scrolling to the top)