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

mo-ab93/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a single-page, dynamically rendered Twitter clone!

Utilizing HTML, CSS, JS, Jquery, Ajax requests and a backend of NodeJS, Express, and an in-memory-Object database.

Screenshots

"Desktop-vesion" "Tablet-vesion" "SmartPhone-version"

Features

  • An animated, toggleable, Compose tweet section
  • Real time character counter, with form validation to ensure valid tweets
  • Seamless, dynamic single page experience
  • Ajax requests intercepting default form functionality to submit and - - fetch new tweets without any pageloads.
  • Responsive design provides a great user experience on mobile and desktop.

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.

Dependencies

  • Express
  • Node 5.10.x or above

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

  • JavaScript 48.0%
  • CSS 35.3%
  • HTML 16.7%