The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks.
OS | Version | Link |
---|---|---|
macOS | 0.0.6 | download |
- Track pomodoro intervals
- Desktop notifications
- Interval setting
# Clone this repository
git clone [email protected]:jet8a/pomodoro-cycle-app.git
# Go into the repository
cd pomodoro-cycle-app
# Install dependencies
npm i
# Run the app to development
npm run electron:serve
# Build the app for macOS
npm run electron:mac
- Fork the repo
- Create a branch in your repo with a descriptive name
- Code your fix
- Create a pull request
- Await response from the maintainers!
GNU General Public License