{"id":29964988,"url":"https://github.com/prateek5525/focusboard","last_synced_at":"2026-01-20T16:29:20.184Z","repository":{"id":305537127,"uuid":"1023103592","full_name":"Prateek5525/FocusBoard","owner":"Prateek5525","description":"FocusBoard is the minimalist extension designed for smart task management and timed productivity. It seamlessly integrates the powerful features of a Kanban board, a customizable Pomodoro timer, and the strategic Eisenhower Matrix to help you keep track of your success and achieve your goals.","archived":false,"fork":false,"pushed_at":"2025-07-20T16:17:42.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-31T15:25:56.166Z","etag":null,"topics":["extension","internal-tools","kanban-board","pomodoro-technique-timer","product","productdevelopment","productivity-tools","productmanagement","timemanagement"],"latest_commit_sha":null,"homepage":"","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/Prateek5525.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}},"created_at":"2025-07-20T14:33:16.000Z","updated_at":"2025-07-20T16:17:46.000Z","dependencies_parsed_at":"2025-07-20T18:22:32.019Z","dependency_job_id":null,"html_url":"https://github.com/Prateek5525/FocusBoard","commit_stats":null,"previous_names":["prateek5525/focusboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Prateek5525/FocusBoard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prateek5525%2FFocusBoard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prateek5525%2FFocusBoard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prateek5525%2FFocusBoard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prateek5525%2FFocusBoard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prateek5525","download_url":"https://codeload.github.com/Prateek5525/FocusBoard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prateek5525%2FFocusBoard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["extension","internal-tools","kanban-board","pomodoro-technique-timer","product","productdevelopment","productivity-tools","productmanagement","timemanagement"],"created_at":"2025-08-04T01:09:04.925Z","updated_at":"2026-01-20T16:29:20.179Z","avatar_url":"https://github.com/Prateek5525.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FocusBoard Extension\n\n**Slogan:** Simplify your tasks, amplify your focus.\n\n## Overview\n\nFocusBoard is a minimalist Chrome Extension meticulously designed to enhance your productivity and focus. It intelligently combines the strategic task prioritization of an **Eisenhower Matrix Kanban board** with the time management discipline of a **customizable Pomodoro timer**. This extension provides a clean, intuitive, and aesthetically pleasing interface, helping you streamline your workflow directly within your browser.\n\n## Features\n\n* **Eisenhower Matrix Kanban Board:**\n    * **Intuitive 2x2 Quadrants:** Categorize tasks into \"Urgent \u0026 Important,\" \"Not Urgent but Important,\" \"Urgent but Not Important,\" and \"Not Urgent \u0026 Not Important.\"\n    * **Seamless Drag-and-Drop:** Effortlessly move tasks between quadrants with smooth CSS animations for a fluid user experience.\n    * **Dynamic Visual Feedback:** Target quadrants blur, and their labels become bolder and slightly scaled up when a task is dragged over them, clearly indicating the drop zone.\n    * **Efficient Task Management:** Quickly add new tasks and remove completed or irrelevant ones.\n* **Integrated Pomodoro Timer:**\n    * **Customizable Durations:** Set personalized work and break intervals to suit your focus needs.\n    * **Comprehensive Controls:** Full control with Start, Pause, and Reset functionalities.\n    * **Mode Switching:** Easily toggle between work and break sessions.\n    * **Auditory Alerts:** A subtle sound notification signals the end of each session.\n    * **Toggleable Display:** The timer section can be shown or hidden with a smooth vertical slide-in/out animation, providing a clutter-free interface when not in use.\n* **Persistent Data Storage:**\n    * All your tasks (content and assigned quadrant) and custom Pomodoro timer settings are automatically saved using `chrome.storage.local`, ensuring your progress is retained across browser sessions.\n* **Apple-Inspired UI/UX:**\n    * **Clean Aesthetic:** Features a minimalist design with white cards, light gray backgrounds, and distinct accent colors.\n    * **Legible Typography:** Utilizes SF Pro Display (or a clean system fallback) for optimal readability.\n    * **Refined Visuals:** Incorporates subtle shadows, rounded corners, and thoughtful spacing for an elegant and modern feel.\n    * **Adaptive Dark Mode:** A convenient toggle allows users to switch between light and dark themes, enhancing comfort in various lighting conditions.\n* **Manifest V3 Compliant:** Built adhering to the latest Chrome Extension platform standards for enhanced security and performance.\n\n## Installation (Local Development)\n\nTo set up and run FocusBoard on your local machine:\n\n1.  **Clone the Repository:**\n\n    ```\n    git clone [https://github.com/Prateek5525/FocusBoard.git](https://github.com/Prateek5525/FocusBoard.git)\n    cd FocusBoard\n    ```\n\n2.  **Open Chrome Extensions:**\n\n    * Navigate to `chrome://extensions/` in your Chrome browser.\n\n3.  **Enable Developer Mode:**\n\n    * Toggle on the \"Developer mode\" switch located in the top-right corner.\n\n4.  **Load Unpacked Extension:**\n\n    * Click the \"Load unpacked\" button.\n\n5.  **Select Project Folder:**\n\n    * Browse to and select the `FocusBoard` folder (the one containing `manifest.json`).\n\n6.  **Pin Extension (Optional):**\n\n    * Click the puzzle piece icon (Extensions icon) in your Chrome toolbar, find \"FocusBoard,\" and click the pin icon to keep it easily accessible.\n\n## Usage\n\n1.  Click the FocusBoard icon in your Chrome toolbar.\n\n2.  **Add Tasks:** Type your task into the input field and press `Enter` or click \"Add Task.\"\n\n3.  **Prioritize:** Drag and drop tasks between the four Eisenhower Matrix quadrants to organize your priorities.\n\n4.  **Toggle Timer:** Click the \"Show/Hide Pomodoro Timer\" button to reveal or conceal the timer section.\n\n5.  **Customize Timer:** Input your desired work and break minutes in the \"Custom Durations\" section and click \"Set Custom Time.\"\n\n6.  **Manage Timer:** Use the \"Start,\" \"Pause,\" and \"Reset\" buttons to control your focus sessions. Toggle between work and break modes with the \"Break Mode\" / \"Work Mode\" button.\n\n7.  **Dark Mode:** Click the moon/sun icon at the top right to switch between light and dark themes.\n\n## Project Directory Structure\n\n```plaintext\nFocusBoard/\n├── manifest.json         # Extension manifest (permissions, details)\n├── popup.html            # Main HTML for the extension's popup UI (Kanban + Toggleable Timer)\n├── popup.js              # JavaScript logic for Kanban board, Pomodoro timer, and UI interactions\n├── style.css             # Shared CSS for all UI elements and animations\n├── icons/                # Folder containing extension icons (16x16, 48x48, 128x128)\n│   ├── icon16.png\n│   ├── icon48.png\n│   └── icon128.png\n├── sounds/               # Folder for audio alerts\n│   └── alarm.mp3         # Pomodoro timer alarm sound\n└── .gitignore            # Specifies intentionally untracked files to ignore by Git\n```\n\n## Contributing\nContributions are welcome! If you have suggestions for improvements or new features, please feel free to:\n\n1.  Fork the repository.\n\n2.  Create a new branch (`git checkout -b feature/YourFeatureName`).\n\n3.  Make your changes.\n\n4.  Commit your changes (`git commit -m 'Add new feature'`).\n\n5.  Push to your branch (`git push origin feature/YourFeatureName`).\n\n6.  Open a Pull Request.\n\n## License\n\nThis project is open-source and available under the [MIT License](https://www.google.com/search?q=LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprateek5525%2Ffocusboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprateek5525%2Ffocusboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprateek5525%2Ffocusboard/lists"}