Tweeter is a simple, single-page Twitter clone that is built to practice HTML, CSS, JS, jQuery and AJAX front-end skills, and Node and Express (interacting with a JSON API) back-end skills.
It has the following functionalities: reading Tweets, adding Tweet texts (up until 140 characters), and navigating to the new Tweet section.
- Express
- Node 5.10.x or above
- Chance
- Body-parser
- md5
- 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.