/tweeter

A twitter clone project, to help students gain front-end dev chops. Finished project code.

Primary LanguageJavaScript

Tweeter Project

Tweeter is a project I worked on during a Lighthouse Labs course. (https://github.com/lighthouse-labs/tweeter)

This repository is a forked copy of the code for the project, it uses CSS, JS, jQuery, AJAX, Node, Express and MongoDB.

Screenshots

"Screenshot of tweeter, adding a tweet" "Screenshot of tweeter, added tweet, adding too long a tweet" "Screenshot of tweeter, hidden tweet editor"

Running this

If you want to run this modified version:

  1. Fork this repository, then clone your fork of this repository.
  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

  • Express
  • Node 5.10.x or above