cyncui / tweeter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweeter Project

Tweeter is a single-page Twitter clone, built with HTML, CSS, JQuery, Javascript, and AJAX.

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.
  5. Tweet away!

Final Product

"Screenshot of Tweeter" "Screenshot of hover effect" "Screenshot of a tweet that's too long" "Screenshot of a tweet that's too short" "Screenshot of Tweeter on tablet size"

Dependencies

  • Express
  • Node 10.x.x or above
  • Body parser
  • Chance

About

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


Languages

Language:JavaScript 54.3%Language:CSS 29.4%Language:HTML 16.3%