React basketball stats App
Access my site at aatanasow.com/samples/react/basketball-stats/
The App loads data form CSV or JSON file and show the following stats:
- most points scored in one match.
- most points scored in all matches.
- points scored based on playing time.
- points scored per team.
- best player in each team based on points scored.
CSV file structure:
Player Names, Team, Time Played (seconds), Points Scored
I used html
, css
, js
, react
- download or clone the repository
- run
npm install
- run
npm start
This package also depends on react. Please make sure you have it installed as well.
React basketball stats App is still in progress.
List of contriubutors:
MIT license @ Alex Atanasov