Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 767 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 767 Bytes

Tweeter Project

Tweeter is a simple, single-page Twitter (RIP) clone. Write a message of 140 characters or less and post it for all to behold.

Desktop appearance Default appearance

Scroll up button Scroll to top button

Mobile appearance with error message Mobile viewport appearance with error message

Built with HTML, CSS, SASS, JavaScript, jQuery and AJAX.

Dependencies

  • Express
  • Node 5.10.x or above

Getting started

  1. Install all 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.