Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m1nce committed Feb 25, 2024
1 parent 6ec32b5 commit c2e60b5
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,41 @@
</a>
</h1>
<p>
This project aims to discover which NBA All-Star players from the 2022 All-Star Draft are the hottest. We determined being "hot" as field goal percentages in certain zones on the court: the Restricted Area, the Paint, Mid-Range, Left Corner 3, Right Corner 3, and Above the Break 3.
Explore the performance of NBA All-Stars in the 2022 draft through an interactive analysis of their shooting efficiency across different court zones! <br><br>
This project visualizes field goal percentages in key court zones — Restricted Area, Paint, Mid-Range, and the 3-point line segments — to determine which players are "on fire". The redder the zone, the hotter the shot!
</p>

<!-- GETTING STARTED -->
## Getting Started
Visit <a href="https://m1nce.github.io/nba-shots/" target="_blank">The Hottest NBA Players</a> to see the analytics in action. <br><br>
The following instructions will guide you through setting up a copy of the project on your local machine for development and testing purposes.

### Prerequisites
Before you begin, ensure you have the following installed:
- Python 3.8 or higher
- pip (Python package installer)
- npm (Node.js package manager)

### Installation
1. **Clone the Repository**
```bash
git clone https://github.com/m1nce/nba-shots.git
```

2. **Navigate to the Project Directory**
```bash
cd nba-shots
```
3. **Install npm Packages**
```bash
npm install
```
4. **Start Webhost**
```bash
npm run dev
```

<!-- LANGUAGES/FRAMEWORKS -->
## Built With

Major frameworks/libraries/languages used in this project:
Expand Down

0 comments on commit c2e60b5

Please sign in to comment.