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

Soliloquiy/tweeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeter Project

Tweeter is a front-end featured web application built with Node and Express that allow users to view an aesthetic interface for a database of messages. The user can input a message and instantly see it updated on their screen in a neat textbox with randomized names, handles, and avatars. User functionality includes: Fixed header when scrolling; Responsive layout design for different devices and screen sizes; Error boxes for incorrect inputs, which are displayed in a smooth transition with the ultimate effect of the tweet not being submitted. To put it briefly, Tweeter is a simple and efficient single-page Twitter clone.

Getting Started

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command.
  3. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  4. Go to http://localhost:8080/ in your browser.

Final Product

"Screenshot of error handling" "Screenshot of error handling-2" "Screenshot of mobile view" "Screenshot of mobile view-2""Screenshot of tablet-desktop-view" "Screenshot of tablet-desktop-view-2"

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

 
 
 

Languages

  • JavaScript 56.9%
  • CSS 24.3%
  • HTML 18.8%