NBA App
Interactive NBA app with player stats and live updates
The following is an app that displays NBA player stats from the 2015-2016 season. The table tab allows filtering and live updates. The graph tab shows the relationship between player stats.
Setup
To run this app locally, install Reflex and run:
reflex init --template nba_app
To run the app, use:
reflex run
More Templates
View All