ESPN Fantasy Stats
Multi-user web app for analyzing ESPN Fantasy Football leagues — standings, playoff brackets, scoreboard, team comparisons, and head-to-head records across seasons.

ESPN Fantasy Stats is a full-stack analytics platform for ESPN Fantasy Football leagues. The FastAPI backend wraps the espn_api library, stores ESPN credentials encrypted at rest with Fernet, and exposes a REST API consumed by a React + Vite + TypeScript frontend. Features include all-time and per-season standings tables, interactive SVG playoff bracket reconstruction with box scores, a per-week scoreboard grid, per-team hubs, year-over-year stat comparison charts, and full head-to-head records between any two owners. Auth is invite-only with bcrypt-hashed passwords and cookie sessions. Hosted on Cloud Run (backend) + Vercel (frontend) with automatic deploys via Cloud Build on push to main.