/tweeter

Primary LanguageJavaScript

Tweeter Project

Tweeter is a simple, single-page Twitter clone. 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 requests will be made asynchronously.

Screenshots

"Desktop View" "Tablet View" "Empty Submission Error Message "Max Character Error Message

Dependencies

  • Express
  • Node 5.10.x or above
  • Body-parser
  • Chance
  • Normalize.css

Getting Started

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