Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pomodoro timer use case #1

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ in Picture-in-Picture, the website can easily combine multiple video streams
into a single PiP window and provide custom controls like sending a message,
muting another user, raising a hand, etc.

#### Pomodoro timers

The Pomodoro technique is a time management method that uses a kitchen timer to
break work into intervals, typically 25 minutes in length, separated by short
breaks. Pomodoro timer apps on desktop and mobile can use the PiP feature to
display the current timer permanently on the screen as a floating timer for
timed focus management while sat at a desk or while on the go.

## Example code

### HTML
Expand Down