/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 Twitter clone. Departing from a starter code, continuing this project required HTML, CSS, JS, jQuery and AJAX front-end skills.

It presents previous posts and enables the user to make a new post, limit to 140 characters. Highly interactive, other features include the interface to present the new-tweet interface just upon requisition, validation for empty or too long messages, a button that appears when the page is scrolled down and brings the page to its top, and two different layouts, for vertical and wide screens.

Making new tweets

In vertical position...

"Screenshot of new tweet in vertical screen"

Or in a wide screen!

"Screenshot of new tweet in horizontal screen"

Getting Started

  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, chance, body parser, md5
  • Node 5.10.x or above