Skip to content

feat: pomodoro timer with reliable Chrome background audio (#1) - #17

Open
cornerblue wants to merge 1 commit into
AkongaLabs:mainfrom
cornerblue:feat/pomodoro-background-audio-1
Open

feat: pomodoro timer with reliable Chrome background audio (#1)#17
cornerblue wants to merge 1 commit into
AkongaLabs:mainfrom
cornerblue:feat/pomodoro-background-audio-1

Conversation

@cornerblue

Copy link
Copy Markdown

Summary

Implements #1$200 (negotiable) pomodoro prototype.

Deliverable

  • pomodoro/index.html — single page, no external deps
  • Minutes input, MM:SS display, Start/Pause
  • On complete: stop, play chime, reset to configured time
  • Background audio: Web Audio scheduled oscillator after user unlock/Start (Chrome autoplay policy)

Test plan

  1. Open pomodoro/index.html in Chrome
  2. Unlock audio / Start once
  3. Short timer, switch tab, verify chime
  4. Pause/resume accuracy after backgrounding

Fixes #1

Single HTML prototype: configurable minutes, start/pause, scheduled Web
Audio beep so the chime can fire while the tab is backgrounded, plus
visibility re-sync for accurate countdown.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pomodoro Timer Prototype - Development Instructions

1 participant