Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 416 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 416 Bytes

23vs23.com

NBA Player Stats Comparator

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.

Running the client

cd client

npm install

npm start