/tweeter

A twitter clone project, to help students gain front-end dev chops. Starter (incomplete) code.

Primary LanguageJavaScript

Tweeter Project

Did you ever wish to tweet in a more stylish way?

Well if you did so, then try Tweeter!

Tweeter is a simple, single-page web application where you can tweet in style.

"Screenshot of home page" "Screenshot of error message" "Screenshot of hovering on tweet"

Dependencies

  • Express
  • Node 5.10.x or above
  • body-parser
  • chance
  • md5
  • moment

Stacks

  • Front-End : HTML, CSS, JS, jQuery and AJAX
  • Back-End : Node, Express and MongoDB

Getting Started

  1. Install all 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 and start tweetering in a stylish way!