/tweeter

Primary LanguageJavaScript

Tweeter Project

Tweeter is a single-page Twitter clone, where users can create short posts of up to 140 characters and have them append to the main page. Posts are sequential, with the most recent posts appearing at the top of the page. To do so, Tweeter fetches a list of posts from a simplified ‘server’ and allows users to add posts to this list dynamically. All the requests will be made asynchronously, which will allow us to gain familiarity using the jQuery library to make these reque

Screengrabs

Tweeter Desktop View

Tweeter Desktop View

Tweeter Tablet View

Tweeter Tablet View

Tweeter Mobile View

Tweeter Mobile View

Getting Started

  1. Clone the repository onto your local device.
  2. Install dependencies using the npm install command.
  3. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  4. Go to http://localhost:8080/ in your browser.

Dependencies

  • Node ^5.10.x
  • Body-parser: ^1.15.2
  • Chance: ^1.0.2,
  • Express: ^4.13.4,
  • MD5: ^2.1.0