React web app for comparing and visualizing NBA player stats.
Uses React-Vis to provide data visualization for stats pulled from the MySportsFeeds API.
The front end uses React, Redux, Material-UI, React-AutoComplete, and React-Swipe.
The back end uses Express to handle fetches to the MySportsFeeds API.
cd client
npm install
npm start