https://github.com/jackfletch/splash
NBA Shooting Visualization :basketball:
https://github.com/jackfletch/splash
nba react victory visualization
Last synced: about 2 months ago
JSON representation
NBA Shooting Visualization :basketball:
- Host: GitHub
- URL: https://github.com/jackfletch/splash
- Owner: jackfletch
- Created: 2017-05-01T01:33:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T09:07:33.000Z (over 3 years ago)
- Last Synced: 2024-04-14T21:49:48.569Z (about 2 years ago)
- Topics: nba, react, victory, visualization
- Language: JavaScript
- Homepage: https://splash.jackfletch.com
- Size: 2.27 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Splash
A web app for visualizing National Basketball Association shooting statistics.
Though under active development, check it out at https://splash.jackfletch.com.
## Other Code
The utility functions for transforming the data are extracted to their own package, [@jackfletch/splash-vis-utils].
The database schema and ETL functions are in [@jackfletch/splash-db].
## TODO
- add an ergonomic player selection
- add more charts
- career shooting percentage trend chart
- design a proper layout
- style consistently
- refactor to React hooks
- create routes for different chart views
- player view
- player career view
- compare players view
- team view
- compare team view
- season view
- compare season view
[@jackfletch/splash-vis-utils]: https://github.com/jackfletch/splash-vis-utils
[@jackfletch/splash-db]: https://github.com/jackfletch/splash-db