Skip to content

xuanvi26/tweeter

Repository files navigation

Tweeter Project

A single-page Twitter clone built with jQuery, HTML5, CSS3, Express and MongoDB.

Screenshots

Home page

"Default page"

Composing tweet

"Composing tweet" The new tweet is appended to the top of the page with a random username fetched from the database along with the post date and time. "Appended tweet"

Dependencies

  • ajax
  • body-parser
  • chance
  • Express
  • md5
  • MongoDB

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.