Tweeter is a simple, single-page Twitter clone.
Users can create short posts of up to 140 characters and append them to the main page. The tweets are posted in sequential order with the most recent posts appearing at the top of the page. Tweeter fetches a list of posts from a simplified 'server' and allows users to add posts to this list dynamically.
The development of this app involved building upon the existing starter code provided by Lighthouse Labs and allowed practicing HTML, CSS, JS, jQuery and AJAX front-end skills, as well as Node.js and Express back-end skills.
- Create a new repository using this repository as a template.
- Clone your repository onto your local device.
- 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 (preferably Chrome).
- Express 4.13.x or above
- Node 5.10.x or above
- Body-Parser 1.15.x or above
- Chance 1.0.x or above
- mD5 2.1.x or above