Pomodoro box is a React-based application designed to facilitate efficient time management using the Pomodoro technique. The Pomodoro technique involves breaking work into intervals, known as "pomodoros" (typically 25 minutes), followed by a short break.
Users can initiate a timer for a specified duration (typically 25 minutes). Visual representation of the remaining time.
Users can create a task list and edit it.
After completing a pomodoro, the app suggests a short break (usually 5 minutes). Option to customize break duration.
Tracking the number of completed pomodoros. Ability to reset the counter after task completion.
Option to customize pomodoro and break durations. Toggle sound notifications on/off.
Displaying Pomodoro technique usage statistics. Charts reflecting user productivity.
Assuming that you have docker installed
docker build -t pomodoro-box .
docker run -d --name pomodoro-box -p 3000:80 pomodoro-box
Open the page in the browser localhost:3000