Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 671 Bytes

File metadata and controls

28 lines (21 loc) · 671 Bytes

Practice Clock

An educational app to help students learn to tell time through interactive analog clock exercises.

Features

  • 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)

Getting Started

npm install
npm run dev

Build

npm run build