m-vojjala / 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 App

Tweeter is a simple, single-page Twitter clone that uses AJAX

Getting Started

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

Dependencies

  • Express
  • Node 5.10.x or above

Screenshots

"ScreenShot of compose tweet" "ScreenShot of invalid tweet" "ScreenShot of tweets"

About

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


Languages

Language:JavaScript 58.9%Language:CSS 25.2%Language:HTML 15.8%