Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.66 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.66 KB

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