A simple pomodoro desktop app to help increase your focus and improve your health by taking regular breaks from your activities.
- Select predefined periods of minutes for work and rest.
- Automatically cycles between work and rest periods.
- Sends a minimal desktop notification
- 💧 for rest and 🚀 for work
- Progress bar
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/mateusabelli/pomoworker.git
# Go into the repository
cd pomoworker
# Install the dependencies
npm install
# Run the app
npm start
Note If you're using WSL, see this guide or use
node
from the command prompt.
All contributions are welcome and much appreciated!
- Take a look at the existing Issues or create a new issue!
- Fork the Repo. Then, create a branch for any issue that you are working on. Finally, commit your work.
- Create a Pull Request (PR), which will be promptly reviewed and given suggestions for improvements by the community.
- Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes proposed in your PR.
Click here to download the latest precompiled builds of PomoWorker.
- wnr - A timer app with strong expansibility for computers
MIT License