Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 843 Bytes

File metadata and controls

26 lines (19 loc) · 843 Bytes

USAC Race Planner

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.

Features

  • 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

Project Structure

usac/
├── frontend/        # React + Vite web application
├── backend/         # PHP REST API
└── database/        # SQL schema and seed data

Stack

  • Frontend: React, Vite
  • Backend: PHP
  • Database: MySQL