Skip to content

rchen1996/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone app built with HTML, CSS, JS, jQuery, and AJAX on the front-end, and Node and Express on the back-end.

Final Product

"Tweeter app with new tweet box displayed - large display" "Tweeter app with new tweet box displayed and scroll to top button visible - small display" "Character counter for tweets" "Individual tweet shows user handle and icons for retweet/flag/like on hover"

Dependencies

  • Express
  • Node 5.10.x or above
  • body-parser
  • chance
  • md5
  • SASS

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.

About

A single-page twitter clone app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 35.5%
  • CSS 34.2%
  • SCSS 19.4%
  • HTML 10.9%