/react-basketball-stats

test react project for sport stats

Primary LanguageJavaScript

Project Title

React basketball stats App

Demo link:

Access my site at aatanasow.com/samples/react/basketball-stats/

Table of Content:

About The App

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

Technologies

I used html, css, js, react

Setup

  • 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.

Status

React basketball stats App is still in progress.

Credits

List of contriubutors:

License

MIT license @ Alex Atanasov