Skip to content

emanuelefavero/compare-nba-players

Repository files navigation

Compare NBA Players

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.

Website

Screenshot

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

License