Timer for getting tasks done by breaking them into smaller chunks. The timer uses the pomodoro method by setting 4 sessions of 25 minutes of work that have 5 minute rests. After the fourth working session there is a longer 15 minute rest session.
Use the input to create a new task that will be added to the Todo list.
By clicking on the task this will set it to the current task in the timer. This will then count towards the time spent on the task.
By clicking on the task in the current task will move it to the completed tasks and remove from the Todo list
npm install
npm run dev