Tweeter is a simple, single-page Twitter clone where you can post, like and re-tweet messages all on one page!
The project was used with a starter template code from Lighthouse Labs: The template was copied and clone into own repository, then was build upon it to practice HTML, CSS, JS, jQuery and AJAX front-end skills, and Node, Express back-end skills.
Mobile and Tablet View - Have all your features at the tip of your fingers when on mobile or tablet!
User Interface - Create tweets by inputting your thoughts in the text area, just be mindful that you only have 140 to do so! Be sweet and concise!
- Create a new repository using this repository as a template.
- Clone your repository onto your local device.
- Install dependencies using the npm install command.
npm install
- Start the web server using the npm run local command.
npm run local
The app will be served at http://localhost:8080/.
- Go to http://localhost:8080/ in your browser.
- Express
- Node 5.10.x or above
- Chance 1.0.2
- body-parser 1.15.2