grafuj / 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 repository is the starter code for a Lighthouse Labs project: Students will fork and clone this repository, then build upon it to practice their HTML, CSS, JS, jQuery and AJAX front-end skills, and their Node, Express back-end skills.

Getting Started

  1. Create a new repository using this repository as a template.
  2. Clone this 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

Read more about the dependencies in the package.json.

  • Express
  • Node 5.10.x or above
  • timeago.js

Screenshots

Screenshot of desktop view Screenshot of tablet view

About

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


Languages

Language:JavaScript 54.2%Language:CSS 25.1%Language:HTML 20.8%