/tweeter

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

Primary LanguageJavaScript

Tweeter Project

Tweeter is a simple, single-page AJAX-based Twitter clone that uses jQuery, HTML5, SASS, CSS3 and Node.

Desktop

"Screenshot of tweeter desktop site

Mobile

"Screenshot of tweeter desktop site

Getting Started

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

Dependencies

  • Express
  • SASS
  • Node 5.10.x or above