Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valcat/pomotorro
🍅 The Pomotorro App is a simple productivity tool based on the Pomodoro Technique, designed to enhance time management, focus, and productivity.
https://github.com/valcat/pomotorro
css javascript react redux
Last synced: 3 months ago
JSON representation
🍅 The Pomotorro App is a simple productivity tool based on the Pomodoro Technique, designed to enhance time management, focus, and productivity.
- Host: GitHub
- URL: https://github.com/valcat/pomotorro
- Owner: valcat
- License: mit
- Created: 2023-08-10T16:03:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-09T19:15:55.000Z (7 months ago)
- Last Synced: 2024-04-10T19:31:59.873Z (7 months ago)
- Topics: css, javascript, react, redux
- Language: JavaScript
- Homepage: https://pomotorro.com
- Size: 6.41 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Pomotorro App
The Pomotorro App is a simple productivity tool based on the Pomodoro Technique, designed to help you manage your time effectively and improve focus and productivity. The Pomodoro Technique involves breaking your work into intervals (typically 25 minutes), followed by a short break.
## Give a try!
➡️ You can access the app [https://pomotorro.com](https://pomotorro.com).
![Main screen](./src/assets/screenshot.png)
## Features 🚀
- **25-Minute Work Intervals:** Pomotorro offers the classic Pomodoro Technique (a 25-minute work interval followed by a 5-minute break)
- **Task Management:** Pomotorro allows you to organize your work by creating, updating, and deleting tasks. You can easily keep track of your progress for the day.
- **Today's Task List:** The app focuses on the tasks done during the day.
- **Persistent Timer:** Never worry about losing your progress. Pomotorro retains your timer's state even after reloading the page or closing the app.
- **Ticking Sound:** Enhance your concentration by enabling the optional ticking sound during work intervals.
## Local installation and configuration
1. Clone the repository: `git clone [email protected]:valcat/pomotorro.git`
2. Navigate to the project directory: `cd pomotorro`
3. Install dependencies: `npm install`
4. You can customize session and break duration according to your preferences by modifying the Constants.js file## Usage
1. Run the app in the development mode: `npm run dev`
2. Open the app in your browser.## Build
To build the app for production: `npm run build`
## License
This project is open source and available under [the MIT License](./LICENSE).
## Contact
If you have any questions or comments about the project, feel free to reach out to me. I would love to hear from you!