feat: build initial pomodoro timer
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user