csaidane / 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 that I built during my time at Lighthouse Labs.

This project was built in an attempt to learn and familiarize myself with front end development. Everything was built using HTML, CSS (flexbox), JS, jQuery and AJAX. It also utilizes Node and Express for back-end purposes.

I integrated a degree of responsive design into the project to make it usable on different devices. To see the breakpoints, simply shrink the size of your browser window and watch how the layout and styling updates to respond to desktop, tablet or mobile devices.

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.

Dependencies

  • Express
  • Node 5.10.x or above
  • Body-Parser

Final Product

"Screenshot of the main page at desktop size" "Screenshot of the main page at tablet size"

About

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


Languages

Language:JavaScript 59.0%Language:CSS 22.6%Language:HTML 18.4%