Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 starting

Inspired by [florinpop17's app-ideas](https://github.com/florinpop17/app-ideas)