https://github.com/wasabina67/pomodoro-timer
Pomodoro Timer 🍅
https://github.com/wasabina67/pomodoro-timer
gh-pages pomodoro pomodoro-technique pomodoro-timer vibe-coding
Last synced: about 2 months ago
JSON representation
Pomodoro Timer 🍅
- Host: GitHub
- URL: https://github.com/wasabina67/pomodoro-timer
- Owner: wasabina67
- License: mit
- Created: 2025-09-01T11:40:22.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T13:00:37.000Z (2 months ago)
- Last Synced: 2025-09-01T13:36:09.119Z (2 months ago)
- Topics: gh-pages, pomodoro, pomodoro-technique, pomodoro-timer, vibe-coding
- Language: TypeScript
- Homepage: https://wasabina67.github.io/pomodoro-timer/
- Size: 93.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pomodoro-timer
Pomodoro Timer 🍅
## dev
```bash
npm run dev
```
## build
```bash
npm run build && git add -A && git commit -m "build"
```
## lint
```bash
npm run lint
```