33 lines
535 B
Markdown
33 lines
535 B
Markdown
# 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)
|