NBA All Time At Least is an personal project website designed for basketball heads. It allows users to explore NBA player statistics based on Points Per Game (PPG), Assists Per Game (APG), and Total Rebounds (TRB).
- Interactive Sliders: Users can set minimum thresholds for PPG, APG, and TRB using sliders.
- Dynamic Player Display: The website dynamically displays NBA players who meet the set criteria.
- Responsive Design: Optimized for various devices and screen sizes.
- HTML/CSS/JavaScript
- python
- NBA Statistics API
To set up this project locally:
-
This project requires
-
Clone the repo & Navigate to the project directory::
git clone https://github.com/CoolCoder54323/BasketballClone.git cd BasketballClone
-
Start the server
Adjust the PPG, APG, and TRB sliders to see a list of NBA players who have achieved these stats in a season.
Contributions are welcome! Please read the CONTRIBUTING.md
file for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE.md
file for details.
- Thanks to the NBA Statistics API for providing comprehensive player data.
- Shoutout to all contributors and basketball fans who provided valuable feedback.