A lightweight front-end dashboard that displays NBA player stats with client-side search, team filtering, dark mode, and sortable numeric columns.
- Search by player name or team
- Filter by team (dropdown is populated from the data)
- Dark mode toggle (preference saved in
localStorage) - Sorting on numeric columns only: Points, Rebounds, Assists
- No frameworks; plain HTML/CSS/JavaScript
- Clone the repo:
git clone https://github.com/your-username/nba-player-stats.git cd nba-player-stats
index.html → markup styles.css → styling script.js → functionality README.md → this file