This project is a Baseball Pitching Stats Tracker, designed to log and analyze pitching data. The purpose is to save pitchers time when calculating advanced statistics. A full game's data can be entered in about 5 minutes, compared to 30 minutes of manual computation.
-
You can access the Pitching Stats Tracker here: https://rpipitchstats.netlify.app/
-
Note: The backend is currently offline as the Railway free trial has ended.
- Track Pitch Data: Records pitch types, outcomes, and at-bat results.
- Analyze Performance: Computes advanced pitching statistics instantly.
- Upload & Download JSON: Allows for saving and modifying existing data.
- Web-Based Interface: Accessible via a simple frontend.
- Frontend: Built with HTML, CSS, and JavaScript.
- Backend: Built with the Flask Python library.