blob: 722df1969644c97e6fe6647dfbe5f17afc9b6b8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
|