This project provides interactive visualizations of NBA data from the 2024-2025 season. The web application features multiple pages that analyze different aspects of NBA statistics, from player performance to team dynamics, using various data visualization techniques including charts, graphs, and interactive elements.
- Visual Studio Code with the Live Server extension installed (or any similar local development server)
- Modern web browser (Chrome, Firefox, Safari, or Edge recommended)
- Clone or download this repository to your local machine
- Open the project folder in Visual Studio Code
- Right-click on the
index.htmlfile in the file explorer - Select "Open with Live Server" or click the "Go Live" button in the status bar
- The project will open in your default web browser at an address like
http://127.0.0.1:5500/ - Navigate through the different visualization pages using the navigation bar at the top
- Each visualization is contained in its own folder.
- The data folder contains the NBA statistics dataset.
- CSS files are used for styling each page.
- JavaScript files handle data processing and visualization rendering.