This is a Next.js app that allows you to compare NBA players. It uses the balldontlie API to get the data as well as Chart.js to display the data.
- 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