feat: build initial pomodoro timer

This commit is contained in:
2026-07-22 22:38:17 +03:00
commit 128bdc5e16
22 changed files with 5058 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# 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
```bash
npm install
npm run dev
```
Quality checks:
```bash
npm test
npm run lint
npm run build
```
## License
[MIT](LICENSE)