quinnvoker / 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

Quinn's Tweeter Project

A simple, single-page Twitter clone built using jQuery, AJAX, HTML5, and CSS to hone my skills as a web developer on the front-end! All styles are written with SASS, and are compiled automatically at server launch. Written as part of Lighthouse Labs' web-developer bootcamp.

Built to be responsive! The website takes on one of two layouts, depending on the width of the display. Also tracks the current scroll position and uses it to toggle visibility between two buttons that open and focus a tweet-composing form.

Screenshots

Desktop View Mobile View

Getting Started

  1. Clone 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
  • SASS
  • Node 5.10.x or above

About

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


Languages

Language:JavaScript 55.0%Language:CSS 29.1%Language:HTML 15.9%