Tweeter is a single-page AJAX-based Twitter clone built with front-end HTML5 & CSS, JavaScript and jQuery, and back-end NodeJS, Express and MongoDB.
- Clicking the Compose button will display the new tweet input form
- Character counter is updated to show how many characters a user may still type
- Counter turns red if more than 140 characters have been typed
- When a user submits a tweet, the list of tweets is refreshed
- When a user submits an invalid tweet error message is displayed
- Tweet away!!!
- Install all 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.
- Create tweets by clicking on compose!
- Express
- Node 5.10.x or above
- Body-parser
- Chance
- MongoDB