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

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

Notifications You must be signed in to change notification settings

eobda/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 (RIP) clone. Write a message of 140 characters or less and post it for all to behold.

Desktop appearance Default appearance

Scroll up button Scroll to top button

Mobile appearance with error message Mobile viewport appearance with error message

Built with HTML, CSS, SASS, JavaScript, jQuery and AJAX.

Dependencies

  • Express
  • Node 5.10.x or above

Getting started

  1. Install all 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.

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 45.0%
  • SCSS 22.3%
  • CSS 19.3%
  • HTML 13.4%