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

A twitter clone project to showcase front-end dev chops. Built with HTML, CSS and jQuery.

Notifications You must be signed in to change notification settings

seamusmcgill/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.

Tweets are rendered on the page from a server-side database. Users can post new tweets and see them displayed without refreshing the page.

The page design is responsive and mobile-friendly. I designed the front-end of the application from (nearly)scratch, using HTML, CSS and Sass, and JavaScript and jQuery.

Dependencies

  • Express
  • Node 5.10.x or above
  • Body-Parser
  • Chance
  • Chokidar
  • Sass
  • MD5

Examples

"Screenshot of desktop view "Screenshot of tweet sent from desktop" "Screenshot of responsive smallest view" "Screenshot of smallest view with compose tweet area toggled" "Screenshot of smallest view scrolled down tweet list" "Screenshot of error if user submits empty tweet" "Screenshot of error if user submits tweet that is too long"

About

A twitter clone project to showcase front-end dev chops. Built with HTML, CSS and jQuery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.6%
  • SCSS 21.9%
  • CSS 19.9%
  • HTML 12.6%