Skip to content

wheeljust/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple single-page AJAX based, Twitter clone. Tweeter uses uses jQuerry, HTML5, and CSS3. This web app was created as a development project while studying web development at Lighthouse Labs.

Author: @wheeljust

Stretch Features:

  • Navigation Bar Compose Tweet Button: Slide toggle and focus cursor on the new tweet form.

  • Back to Top Floating Button: Appears after the user begins scrolling. When clicked, returns the users viewport to the top of the page and focuses the cursor on the new tweet form.

Final Product:

"Desktop view - top" "Desktop view - btm" "Mobile view - top" "Mobile view - btm"

Getting Started:

  1. Install 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 to view the page.

Dependencies:

  • Node 5.10.x or above
  • Express
  • body-parser 1.15.2 or above
  • chance 1.0.2 or above
  • md5 2.1.0 or above

About

A simple single-page 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.1%
  • SCSS 22.1%
  • CSS 18.7%
  • HTML 14.1%