Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 647 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 647 Bytes

Tweeter Project

A simple, single-page AJAX-based Twitter clone that uses jQuery, HTML5, and CSS3.

Final Product

"Tweeter Homepage" "Tweet Feed" "Compose Tweet Box"

Dependencies

  • Body-parser
  • Chance
  • Express
  • Md5
  • Moment
  • MongoDB
  • Node 5.10.x or above

Getting Started

  • Install all dependencies (using the "npm install" command).
  • Run the development web server using the "npm run local" command.