jmphair / tweeter

A twitter clone project, to help students gain front-end dev chops. Starter (incomplete) code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweeter Project

Tweeter is a simple, single-page Twitter clone.

This is a fullstack project and relies on the following to run.

Front-end: HTML, CSS, JS, jQuery, and AJAX.

Back-end: Node, Express, and MongoDB.

Screenshots

Mobile Page:

"Screenshot of the Mobile Page"

Desktop Page:

"Screenshot of the Desktop Page"

Getting Started

  1. Fork this repo, then clone your fork of this repo.
  2. Install dependencies using the npm install command.
  3. Install dev-dependencies using the npm install --save-dev 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

  • Body-Parser ^1.15.2
  • Chance ^1.0.2
  • Express ^4.13.4
  • Md5 ^2.1.0
  • Node ^5.10.x or above

Dev Dependencies

  • Nodemon ^1.9.2

THANK YOU

Thank you for taking the time to look at my page and this project.

About

A twitter clone project, to help students gain front-end dev chops. Starter (incomplete) code.


Languages

Language:JavaScript 53.9%Language:CSS 28.2%Language:HTML 17.9%