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

Fmoscovo/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter

Tweeter is a simple, single-page Twitter clone developed by Lighthouse Labs. This web application uses HTML, CSS, JS, jQuery and AJAX on the client-side, and Node and Express on the server-side.

Features

  • Post new tweets.
  • See all tweets in reverse-chronological order.
  • Back-to-top button that appears after scrolling down.

Video and Screenshots

Video

Here's a video demonstration of how Tweeter works:

tweeterdemo.mp4

Screenshots

Here are some screenshots of the application:

Screenshot 1 Screenshot 2

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.

Dependencies

  • Express
  • Node.js
  • body-parser
  • Chance
  • md5

Dev Dependencies

  • Nodemon

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

  • CSS 44.2%
  • JavaScript 42.4%
  • HTML 13.4%