Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyas-shahi/pomodoro-clock
A Pomodoro Clock with a timer of 25min and 5min break.
https://github.com/ilyas-shahi/pomodoro-clock
javascript pomodoro-timer timer
Last synced: 24 days ago
JSON representation
A Pomodoro Clock with a timer of 25min and 5min break.
- Host: GitHub
- URL: https://github.com/ilyas-shahi/pomodoro-clock
- Owner: Ilyas-Shahi
- License: mit
- Created: 2022-11-23T15:52:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T19:14:43.000Z (about 2 years ago)
- Last Synced: 2024-11-07T06:37:31.680Z (2 months ago)
- Topics: javascript, pomodoro-timer, timer
- Language: JavaScript
- Homepage: https://ilyas-shahi.github.io/Pomodoro-Clock/
- Size: 350 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pomodoro-Clock
A Pomodoro Clock with a timer of 25-min session and 5-min break by default but users can set own session/break lengths. Check it out [Live](https://ilyas-shahi.github.io/Pomodoro-Clock)
The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks - 5 minutes.
## Features
- User can see a timer for 25 minutes - the **working** session
- After the **working** session is over, the User can see a timer for 5 minutes - the **break** session
- User can _start_ / _pause_, _stop_ and _reset_ the timers
- User can hear a sound playing when the timer hits `00:00` - denoting that the session has ended
- User can change / customize the minutes in both sessions before startingInspired by [florinpop17's app-ideas](https://github.com/florinpop17/app-ideas)