An open API service indexing awesome lists of open source software.

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

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
```