Skip to content

A simple, single-page Twitter clone.

Notifications You must be signed in to change notification settings

mcken-vince/tweeter

 
 

Repository files navigation

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

About

A simple, single-page Twitter clone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.3%
  • SCSS 20.0%
  • CSS 18.1%
  • HTML 17.6%