{"id":31648144,"url":"https://github.com/theatom06/pomo","last_synced_at":"2025-10-07T06:59:05.705Z","repository":{"id":317959109,"uuid":"1068923986","full_name":"theatom06/pomo","owner":"theatom06","description":"A pomorodo timer for studying with breaks","archived":false,"fork":false,"pushed_at":"2025-10-04T04:48:30.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-04T06:27:49.130Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theatom06.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-03T05:58:29.000Z","updated_at":"2025-10-04T04:48:34.000Z","dependencies_parsed_at":"2025-10-04T06:27:50.413Z","dependency_job_id":"a44c8614-a085-4524-8af6-8ea14d13023f","html_url":"https://github.com/theatom06/pomo","commit_stats":null,"previous_names":["theatom06/pomo"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/theatom06/pomo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theatom06%2Fpomo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theatom06%2Fpomo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theatom06%2Fpomo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theatom06%2Fpomo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theatom06","download_url":"https://codeload.github.com/theatom06/pomo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theatom06%2Fpomo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278734413,"owners_count":26036404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-07T06:59:04.731Z","updated_at":"2025-10-07T06:59:05.692Z","avatar_url":"https://github.com/theatom06.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍅 Pomo-04\n\nA minimalist, highly focused, and persistent Pomodoro Timer application designed to maximize concentration by preventing distractions and screen sleep. Perfect for deep work and study sessions.\n\n## 🚀 Live Demo\n\nExperience the timer live and start your focused work:\n\n[**pomo-04.web.app**](https://www.google.com/search?q=https://pomo-04.web.app)\n\n## ✨ Features\n\nPomo-04 is built to provide an uninterrupted, distraction-free environment with advanced browser APIs:\n\n| **Feature** | **Description** | \n| :--- | :--- |\n| **🧠 Screen Wake Lock** | Uses the Wake Lock API to prevent your screen from dimming or sleeping while the timer is running, ensuring continuous focus. | \n| **🖥️ Fullscreen Mode** | Dedicated fullscreen button provides a completely distraction-free, immersive study environment. | \n| **💾 Persistent Settings** | Saves your customized Study and Break durations using `localStorage`, so your preferences are retained across sessions and refreshes. | \n| **🔔 Desktop Notifications** | Sends OS-level notifications when a session ends (Study -\u003e Break or Break -\u003e Study), even if the tab is minimized or in the background. | \n| **💡 Tab Title Timer** | The remaining time is displayed directly in the browser tab title, allowing you to monitor progress even when viewing other research tabs. | \n| **🎨 Smooth Transitions** | The background color smoothly transitions between Study (Black) and Break (Deep Blue) modes, providing a calming visual cue for the cycle change. | \n| **🔒 Edit Confirmation** | Prevents accidental changes: you cannot edit the Study or Break times while the timer is running. Attempting to edit will prompt a confirmation to pause the timer first. | \n\n## 💻 How to Use\n\n1. **Set Durations:** Click the editable numbers next to \"Study\" or \"Break\" to set your desired time in minutes. This setting is saved automatically.\n\n2. **Start/Pause:** Click the **Start** button to begin the current cycle. The button changes to **Pause**.\n\n3. **Toggle Cycle:** The timer automatically switches from Study to Break mode when time runs out, accompanied by an alarm sound and a desktop notification.\n\n4. **Reset:** Use the **Close (X)** button to stop the timer, release the screen lock, and reset the timer back to the start of the current cycle's duration.\n\n5. **Focus Mode:** Click the **Fullscreen** icon (top-left) to enter a completely immersive, distraction-free mode.\n\n## 🛠️ Technology Stack\n\nThis project is a single-page application built for speed and minimalism using core web technologies:\n\n* **HTML5:** Structure and Content\n\n* **CSS3 (Custom):** Styling, layout, and smooth transitions\n\n* **Vanilla JavaScript:** Core logic, state management, and implementation of advanced APIs:\n\n  * `Screen Wake Lock API`\n\n  * `Fullscreen API`\n\n  * `Notification API`\n\n  * `Web Audio API` (for the alarm sound)\n\n## 🏗️ Local Setup\n\nTo clone and run Pomo-04 locally:\n\n1. **Clone the repository:**\n```bash\ngit clone https://github.com/theatom06/pomo.git\ncd pomo\n```\n2. Just open `public/index.html` in your favorite web browser (preferably Chrome or Edge for full API support).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheatom06%2Fpomo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheatom06%2Fpomo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheatom06%2Fpomo/lists"}