Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.61 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.61 KB

Tweeter Project

Tweeter is a simple, single-page Twitter clone where you can post, like and re-tweet messages all on one page!

Information

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.

Final Product

Desktop View - "Tweeter's Desktop View"

Mobile and Tablet View - Have all your features at the tip of your fingers when on mobile or tablet! "Tweeter's Mobile View"

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! "Tweeter's UserInterface" "Error Message"

Getting Started

  1. Create a new repository using this repository as a template.
  2. Clone your repository onto your local device.
  3. Install dependencies using the npm install command.
npm install
  1. Start the web server using the npm run local command.
npm run local

The app will be served at http://localhost:8080/.

  1. Go to http://localhost:8080/ in your browser.

Dependencies

  • Express
  • Node 5.10.x or above
  • Chance 1.0.2
  • body-parser 1.15.2