From 4de0a054c44fa4cbc3ad529b3dc2db6ea1d70684 Mon Sep 17 00:00:00 2001 From: key1989han <30327843+key1989han@users.noreply.github.com> Date: Mon, 13 Jul 2026 02:07:59 +0330 Subject: [PATCH] feat: add Pomodoro Timer web app\n\n- Single HTML page with configurable timer\n- MM:SS countdown display\n- Start/pause/reset controls\n- Background audio notifications using Web Audio API\n- Clean, minimal design with gradient background\n\nFixes #1 --- pomodoro-timer.html | 287 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 287 insertions(+) create mode 100644 pomodoro-timer.html diff --git a/pomodoro-timer.html b/pomodoro-timer.html new file mode 100644 index 0000000..645a18c --- /dev/null +++ b/pomodoro-timer.html @@ -0,0 +1,287 @@ + + +
+ + +