Skip to content
/ tweeter Public template
forked from lighthouse-labs/tweeter

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

Notifications You must be signed in to change notification settings

vktr-r2/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone. Project was primarily focused on introducing us to front-end dynamic websit design using HTML, CSS, and DOM manipulation using JQuery. Secondary focus was on further honing back-end skills with Express, HTTP, and GET/POST requests and responses.

SCREENSHOTS

Tweeter - tablet design

Tweeter - desktop design

Getting Started

  1. Install dependencies using the npm install command.
  2. Start the web server using the npm start command. The app will be served at http://localhost:8080/.
  3. Go to http://localhost:8080/ in your browser.
  4. Site is loaded with two default tweets. Toggle tweet form (click button in top right corner of page) and start tweeting!

Dependencies

  • Express
  • Node 5.10.x or above
  • 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. Starter (incomplete) code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.7%
  • CSS 24.6%
  • HTML 16.7%