/tweeter

A twitter clone project - built with HTML, CSS, JS, jQuery and AJAX on the client-side, and Node and Express on the server-side.

Primary LanguageJavaScript

Tweeter Project

Tweeter is a simple, single-page Twitter clone that is built to practice HTML, CSS, JS, jQuery and AJAX front-end skills, and Node and Express (interacting with a JSON API) back-end skills.

It has the following functionalities: reading Tweets, adding Tweet texts (up until 140 characters), and navigating to the new Tweet section.

Final Product

Overview of the one-pager: drafting a Tweet, seeing your account, and seeing other users's Tweets

Overview of Tweeter on <1024px screen

Dependencies

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

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.