An open API service indexing awesome lists of open source software.

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:

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