/tweeter

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

Primary LanguageJavaScript

Tweeter Project

Tweeter is a simple, single-page Twitter clone built with HTML, CSS, JS, jQuery and AJAX. Users are able to post tweets to the tweet feed with a 140 character restriction. Fake user profile data will populate the tweet feed as tweets are submitted.

Demos

"Posting a tweet demo"
Posting a tweet (Desktop version)
"Quick scroll-up demo"
Quick scroll-up (Desktop version)
"Mobile demo"
Posting a tweet & quick scroll up (Mobile version)

Getting Started

  1. Create a new repository using this repository as a template.
  2. Clone your repository onto your local device.
  3. Install dependencies using the npm install command.
  4. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  5. Go to http://localhost:8080/ in your browser.
  6. Have fun.

Dependencies

  • Express
  • Node 5.10.x or above
  • Body-parser 1.15.x or above
  • chance 1.0.2 or above
  • md5 2.1.x or above

DevDependencies

  • nodemon 1.9.2