Pomodoro Timer is a web application that supports work using Pomodoro technique
Download the source code. To download all the dependencies execute:
npm install
To start web app:
npm start
If you want to work according to the time declared by the application, all you have to do is press "start" for the program to start counting down 25 minutes of work. When your working time is up, you will get a notification (remember to allow notifications!) And the program will automatically start counting the short break time. If you are determined to take a longer break, choose the "long break" option.
If you are not satisfied with the time intervals declared in the application, you can change them by pressing the settings icon. There you can change the time of individual phases by entering the time in seconds (the time will be immediately converted into minutes to make it easier for you).
You can install Pomodoro Timer as PWA app!
This project uses Buddy for CD pipeline to deploy master branch on Google's cloud storage and is available here:
https://pomodoro-timer.guba.waw.pl/