Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.12 KB

Tweeter Project

Tweeter is a simple, single-page Twitter clone. Built with HTML, CSS, JS, jQuery, AJAX on the front, and Node, Express, MongoDB on the back-end. Designed to be responsive to different screen sizes, playing with CSS media queries, different animation options with CSS & jQuery, all the while using flexbox everywhere... and I mean everywhere. User can compose tweets, which show up as posted by a random user. Reaction icons are purely aesthetic. No login functionality, profile div is also just for show.

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.

Screenshot Demos

"Tweeter demo" "Tweeter screen-size response"

Dependencies

  • Node 5.10.x or above
  • Body-parser
  • Express
  • Chance
  • MD5