Skip to content

Yves852/react-pomodoro

Repository files navigation

Pomodoro timer

A simple, static, pomodoro timer with React.

Functionalities

  • Add or remove time with a step of 5 minutes, up to 60 minutes.
  • Reset button set timer to your previously set time.
  • Press ctrl and left click on reset will set timer to 25 minutes.
  • When time is up, you can restart timer directly.

About the project

Link

My pomodoro timer here

Minimal requirements

  • Display a big timer (minutes and seconds).
  • Four buttons:
    • plus (+) and minus (-), they will allow the user to adjust the minutes counter - only when it's stopped.
    • start, to run the timer (it will then change to stop), to serve as a toggle button
    • reset, to… reset the timer to its original value
  • At the end of the timer, show a modal to invite user to take a break. The modal will have two buttons:
    • One to close the modal
    • Another to close the modal and start a new timer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published