Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 998 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 998 Bytes

Tweeter Project

Tweeter is a simple, single-page Twitter clone. Project was primarily focused on introducing us to front-end dynamic websit design using HTML, CSS, and DOM manipulation using JQuery. Secondary focus was on further honing back-end skills with Express, HTTP, and GET/POST requests and responses.

SCREENSHOTS

Tweeter - tablet design

Tweeter - desktop design

Getting Started

  1. Install dependencies using the npm install command.
  2. Start the web server using the npm start command. The app will be served at http://localhost:8080/.
  3. Go to http://localhost:8080/ in your browser.
  4. Site is loaded with two default tweets. Toggle tweet form (click button in top right corner of page) and start tweeting!

Dependencies

  • Express
  • Node 5.10.x or above
  • Body-parser 1.15.2
  • Chance 1.0.2
  • md5 2.1.0