From 6c2ab9993b0b98f167b06a48131ad3ee414c820d Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:28:50 +0000 Subject: [PATCH] Automated ingestion of prompt: Pomodoro Timer --- prompts/general/pomodoro_timer_523.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/general/pomodoro_timer_523.md diff --git a/prompts/general/pomodoro_timer_523.md b/prompts/general/pomodoro_timer_523.md new file mode 100644 index 0000000..30357a5 --- /dev/null +++ b/prompts/general/pomodoro_timer_523.md @@ -0,0 +1,7 @@ +--- +title: "Pomodoro Timer" +contributor: "@f" +tags: #general, #f +--- + +Create a comprehensive pomodoro timer app using HTML5, CSS3 and JavaScript following the time management technique. Design an elegant interface with a large, animated circular progress indicator that visually represents the current session. Allow customization of work intervals (default ${Work Intervals:25min}), short breaks (default ${Short Breaks:5min}), and long breaks (default ${Long Breaks:15min}). Include a task list integration where users can associate pomodoro sessions with specific tasks. Add configurable sound notifications for interval transitions with volume control. Implement detailed statistics tracking daily/weekly productivity with visual charts. Use localStorage to persist settings and history between sessions. Make the app installable as a PWA with offline support and notifications. Add keyboard shortcuts for quick timer control (start/pause/reset). Include multiple theme options with customizable colors and fonts. Add a focus mode that blocks distractions during work intervals.