Skip to content

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

Notifications You must be signed in to change notification settings

dattphan15/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone. Originally forked from the Lighthouse Labs Tweeter Repository which provided a skeleton for students to complete.

Final Product

"Screenshot of Tweeter App" "Screenshot of Tweet Validation" "Screenshot of Tweeter on Tablet Devices"

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: ^4.13.4
  • Node: ^5.10.x
  • Body-Parser: ^1.15.2
  • Chance: ^1.0.2
  • md5: ^2.1.0

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.9%
  • CSS 17.8%
  • HTML 16.3%