An educational app to help students learn to tell time through interactive analog clock exercises.
- SVG analog clock with hour and minute hands
- Three question modes:
- What time is it now?
- What time will/was it X minutes from now/ago?
- What time will/was it X hours and Y minutes from now/ago?
- Three difficulty levels for minutes (15-min intervals, 5-min intervals, any minute)
- Touch, mouse drag, and scroll wheel input for time selection
- Score tracking with elapsed time counter
- Dark/light theme (follows system preference)
npm install
npm run devnpm run build