This is our Data Visualization project,implementing the Skylens paper by Zhao et al. For this project we have used the NBA 2022-2023 season stats, link. Built using React and D3.js.
- Adhip Kashyap
- Anirudh P I
- Sanjai T S
- Saketh Reddy
- Vignesh Siva
Project uses set comparison functions not supported by firefox, please use chrome or edge.
- Clone this Repository
- Install node and npm. Guide available here.
- Install dependencies.
npm install
4.Start the dev server using the command mentioned below.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.