https://github.com/emanuelefavero/compare-nba-players
This is a nextjs app that allows you to compare NBA players
https://github.com/emanuelefavero/compare-nba-players
api balldontlie-api chartjs nextjs react-chartjs-2 react-toastify
Last synced: 3 months ago
JSON representation
This is a nextjs app that allows you to compare NBA players
- Host: GitHub
- URL: https://github.com/emanuelefavero/compare-nba-players
- Owner: emanuelefavero
- License: mit
- Created: 2023-03-01T08:56:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T21:57:16.000Z (4 months ago)
- Last Synced: 2025-03-01T22:26:30.520Z (4 months ago)
- Topics: api, balldontlie-api, chartjs, nextjs, react-chartjs-2, react-toastify
- Language: TypeScript
- Homepage: https://compare-nba-players.vercel.app
- Size: 705 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Compare NBA Players
This is a website that allows you to compare NBA players. It uses the [balldontlie API](https://www.balldontlie.io/home.html#players) to get the data as well as [Chart.js](https://www.chartjs.org/) to display the data.
## Website
- [https://www.comparenbaplayers.com](https://www.comparenbaplayers.com)
#### Screenshot

## Getting Started
- clone the repo and `cd` into it
- run `npm install` to install the dependencies
- run `npm run dev` to start the development server
- open `localhost:3000` in your browser## Resources
- [balldontlie API](https://www.balldontlie.io/home.html#players)
- [balldontlie player search](https://www.balldontlie.io/api/v1/players?search=curry)
- [balldontlie stats](https://www.balldontlie.io/api/v1/season_averages?player_ids[]=115&player_ids[]=237)
- [react-chartjs-2](https://www.npmjs.com/package/react-chartjs-2#docs)
- [Chart.js](https://www.chartjs.org/docs/latest/)
- [Nextjs](https://nextjs.org/)
- [React](https://reactjs.org/)
- [Tailwindcss](https://tailwindcss.com/)
- [Tailwind Cheat Sheet](https://nerdcave.com/tailwind-cheat-sheet)## License
- [MIT](LICENSE.md)