# Bicycle Wheel Circumference A small learning app (React + TypeScript + Vite) to measure bicycle wheel circumference by rolling the wheel or by entering diameter. This project is a port of the tire size calculator that once lived on the Cateye website but was removed. It was reimplemented here for usefulness and learning. ## Quick start - Build: docker compose build - Start (detached): docker compose up -d - Stop and remove containers/networks: docker compose down Served on port 5173 — open http://127.0.0.1:5173 or http://localhost:5173 ## Tech React - TypeScript - Vite - TailwindCSS - DaisyUI - Docker