davidfatokun / tweeter

A twitter clone project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweeter Project

Tweeter is a simple, single-page Twitter clone, built using HTML, CSS, JS, jQuery and AJAX on the front-end, and Node, Express on the back-end.

Getting Started

  1. Create a new repository using this repository as a template.
  2. Clone your repository onto your local device.
  3. Install dependencies using the npm install command.
  4. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  5. Go to http://localhost:8080/ in your browser.

Dependencies

  • Express
  • Node 5.10.x or above

Final Project

"Screenshot of desktop view page on startup, before clicking compose icon" "Screenshot of desktop view page after clicking compose icon" "Screenshot of desktop view page with alert" "Screenshot of mobile view page after clicking compose icon" "Screenshot of mobile view page with alert"

About

A twitter clone project


Languages

Language:JavaScript 44.1%Language:CSS 40.2%Language:HTML 15.7%