https://github.com/benhunter/pomodoro-react
Pomodoro timer app in ReactJS
https://github.com/benhunter/pomodoro-react
pomodoro react reactjs
Last synced: about 1 month ago
JSON representation
Pomodoro timer app in ReactJS
- Host: GitHub
- URL: https://github.com/benhunter/pomodoro-react
- Owner: benhunter
- Created: 2021-01-17T00:45:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T00:14:17.000Z (over 2 years ago)
- Last Synced: 2025-02-08T12:18:31.354Z (over 1 year ago)
- Topics: pomodoro, react, reactjs
- Language: JavaScript
- Homepage: https://benhunter.github.io/pomodoro-react
- Size: 1.74 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pomodoro
Simple pomodoro timer.
# Migrated to Vite
https://www.robinwieruch.de/vite-create-react-app/
# Development
- Using Node 25.
- Dependabot is configured.
Install:
```
npm i
```
Update dependencies:
```
npx npm-check-updates
npx npm-check-updates -u
```