A web app to help USAC cycling racers analyze their current rankings and plan future races. See where you stand today, assess upcoming events based on the registered field, and understand what points are within reach given your current standing compared to other registered competitors.
- View your current USAC ranking and points
- Browse upcoming races and registered fields
- Compare your ranking against other registered competitors
- Assess potential point gains from upcoming races
- Plan your race calendar based on ranking goals
usac/
├── frontend/ # React + Vite web application
├── backend/ # PHP REST API
└── database/ # SQL schema and seed data
- Frontend: React, Vite
- Backend: PHP
- Database: MySQL