R Shiny Dashboard
I'm currently creating an R Shiny dashboard to explore basketball statistics with a focus on my favorite team, the Boston Celtics! The dashboard is interactive, with sliders and user inputs to adjust data displayed. When completed, it will be -- located here .
Steps to create:
- Use python to grab some data from nba.com api.
- Plot it using R shiny, with interactive option
- Host it on Posit (free tier)
- If getting enough traffic to exceed free tier, could host it on its own domain on S3 as well