Files
pomodoro/README.md
T

535 B

Pomodoro

A browser-based Pomodoro timer and clock built with React, TypeScript, and Vite.

Stage 1

  • Live clock
  • 25-minute focus sessions
  • 5-minute short breaks and 15-minute long breaks
  • Start, pause, resume, and reset controls
  • Long break after every four completed focus sessions
  • Accurate countdown after background-tab throttling
  • Sound notification when a segment ends

Development

npm install
npm run dev

Quality checks:

npm test
npm run lint
npm run build

License

MIT