Skip to content

Commit fca68ed

Browse files
committed
update readme and fix GH pages deployment
1 parent a8014c7 commit fca68ed

4 files changed

Lines changed: 579 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
# React + Vite
1+
# MLB Player Performance Tracker
22

3-
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
3+
This web application is for MLB fans interested in keeping up with MLB player performances and stats. It uses the official MLB stats API to display real-time data about MLB players' stats. It is currently a work in progress and I plan to design an algorithm that ranks players based on their baseball statistics on the day.
44

5-
Currently, two official plugins are available:
6-
7-
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8-
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9-
10-
## Expanding the ESLint configuration
11-
12-
If you are developing a production application, we recommend using TypeScript and enable type-aware lint rules. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.
5+
![App Screenshot](src/assets/web-app-screenshot.png)

0 commit comments

Comments
 (0)