Skip to content

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

shadeemerhi/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

This app uses HTML, CSS, JavaScript, jQuery, and AJAX on the front-end, and Node and Express on the back-end.

Final Product

New tweet section toggle

"New tweet section toggle"

Creating a new tweet

"Creating a new tweet"

Scroll-to-top button

"Scroll-to-top button"

Empty tweet error (mobile design)

"Empty tweet error (mobile design)"

Character limit exceeded error (mobile design)

"Character limit exceeded error (mobile design)"

Dependencies

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

Getting Started

  • Install all dependencies (using the npm install command).
  • Run the development web server using the npm run local command.

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 55.8%
  • CSS 26.6%
  • HTML 17.6%