Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 779 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 779 Bytes

Intro

This is the client-side React/Redux code for my capstone project while at Galvanize. (The back-end can be found here).

screenshot

Features

  • Add games to your library, and track their completion.
  • Sort through games with a number of filters.
  • Watch streams from titles in your library, live from Twitch.
  • Add titles to your wishlist, to view pricing data from Amazon.

Installation

npm install

There are two scripts:

npm start

Simply transpiles and serves the site on 8000 (3001 for browserSync).

npm run dev

Enables live reload, in addition to the above.