Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 383 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 383 Bytes

Pomodoro timer in Svelte

Try it live!

Simple Svelte app that uses the Pomodoro technique to track your time.

Why is the tab showing as playing audio all the time?

In order to for the tab to not hibernate the timer, it's playing a silent audio file. I'll look into webworkers to fix this.