Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.17 KB

Pomodoro box

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.

Key Features:

Timer:

Users can initiate a timer for a specified duration (typically 25 minutes). Visual representation of the remaining time.

Tasks:

Users can create a task list and edit it.

Breaks:

After completing a pomodoro, the app suggests a short break (usually 5 minutes). Option to customize break duration.

Pomodoro Counter:

Tracking the number of completed pomodoros. Ability to reset the counter after task completion.

Settings:

Option to customize pomodoro and break durations. Toggle sound notifications on/off.

Statistics:

Displaying Pomodoro technique usage statistics. Charts reflecting user productivity.

Setup

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