Sports statistics platform for finding instant stats on your favorite athletes!
This platform was created as a way to aggregate information about athletes. With a focus on stats. This is a micro proof of concept of a moonshot idea. The intention is to make it easy to learn more information about your favorite athletes within seconds!
Note: The player stats only pull for nba players who were active within the 2018-2019 season. This was an intentional decision to keep the scope possible. Filtering for other seasons/years could definitely be added in the future though!
cd statlete
^^^ The client statlete folder within the root statlete folder.. so statlete/statlete
npm install
npm start
From here this should launch a browser on localhost:3000
and you should see the interface!
In the project directory (statlete/statlete
), you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Launches eslint to run static analyis over all Javascript files. This is especially useful to ensuring adherence to code standards and best practices.