{"id":15086208,"url":"https://github.com/jayrichh/pomodev","last_synced_at":"2026-02-13T19:31:32.595Z","repository":{"id":253766700,"uuid":"843282163","full_name":"JayRichh/pomodev","owner":"JayRichh","description":"A Pomodoro Timer extension using React, TypeScript, and Vite with task management and persistent storage. Includes theme customization and built with TailwindCSS for modern styling.","archived":false,"fork":false,"pushed_at":"2024-09-17T13:21:29.000Z","size":453,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T02:13:50.791Z","etag":null,"topics":["chrome","productivity","task","time","track"],"latest_commit_sha":null,"homepage":"https://chromewebstore.google.com/detail/pomodev/hobmikhocgmaeioaephegeecjmobgkhf","language":"TypeScript","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/JayRichh.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}},"created_at":"2024-08-16T07:06:50.000Z","updated_at":"2024-09-17T13:21:33.000Z","dependencies_parsed_at":"2024-09-29T19:21:00.557Z","dependency_job_id":"ca37d405-113c-45a3-af8e-2e12a86e8869","html_url":"https://github.com/JayRichh/pomodev","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"6087a168653e0b541711d42b83413a82d2f19641"},"previous_names":["jayrichh/pomodev"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayRichh%2Fpomodev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayRichh%2Fpomodev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayRichh%2Fpomodev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayRichh%2Fpomodev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JayRichh","download_url":"https://codeload.github.com/JayRichh/pomodev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960666,"owners_count":20375105,"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","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":["chrome","productivity","task","time","track"],"created_at":"2024-09-25T07:33:27.887Z","updated_at":"2026-02-13T19:31:32.545Z","avatar_url":"https://github.com/JayRichh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pomodoro Timer Chrome Extension\n\nA **Pomodoro Timer** built using **React**, **TypeScript**, and **Vite** to help manage time effectively. This extension includes a timer, a task manager, and theme customization options.\n\n---\n## Features and Technologies Used\n\n\u003cdiv align=\"left\"\u003e\n\n- **React 18** ![React Badge](https://img.shields.io/badge/React-61DAFB?style=for-the-badge\u0026logo=react\u0026logoColor=black):  \n  Build dynamic UIs with component-based architecture.\n  \n- **TypeScript** ![TypeScript Badge](https://img.shields.io/badge/Typescript-3178C6?style=for-the-badge\u0026logo=typescript\u0026logoColor=white):  \n  Static type checking for enhanced maintainability and fewer runtime errors.\n  \n- **Vite** ![Vite Badge](https://img.shields.io/badge/Vite-646CFF?style=for-the-badge\u0026logo=vite\u0026logoColor=white):  \n  Lightning-fast development experience with custom Hot Module Replacement (HMR).\n  \n- **TailwindCSS** ![TailwindCSS Badge](https://img.shields.io/badge/TailwindCSS-38B2AC?style=for-the-badge\u0026logo=tailwindcss\u0026logoColor=white):  \n  Quickly style your app with utility-first CSS.\n  \n- **Chrome Extension Manifest 3** ![Chrome Extension Badge](https://img.shields.io/badge/Chrome_Extension-4285F4?style=for-the-badge\u0026logo=googlechrome\u0026logoColor=white):  \n  Ensures compatibility with the latest Chrome extension standards.\n  \n- **Persistent Storage** ![Storage Badge](https://img.shields.io/badge/Storage-4285F4?style=for-the-badge\u0026logo=googlechrome\u0026logoColor=white):  \n  Saves tasks and timer state across sessions using local storage.\n\n\u003c/div\u003e\n\n---\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Installation](#installation)\n  - [Chrome Setup](#chrome-setup)\n  - [Firefox Setup](#firefox-setup)\n- [Usage](#usage)\n- [Project Structure](#project-structure)\n  - [Core Components](#core-components)\n- [Contributors](#contributors)\n- [Community](#community)\n- [References](#references)\n\n---\n\n## Introduction\n\nThis **Pomodoro Timer Extension** is designed for use within Chrome and Firefox browsers. It helps users manage time effectively using a timer and task manager. The focus is on a fast, efficient, and clean development experience with **Vite**, **React**, and **TypeScript**.\n\n---\n\n## Installation\n\n### Chrome Setup\n\n1. Run the development server: `pnpm dev`.\n2. In Chrome, go to `chrome://extensions`.\n3. Enable Developer Mode.\n4. Click on \"Load unpacked extension\" and select the `dist` folder.\n5. For production, use: `pnpm build`.\n\n### Firefox Setup\n\n1. Run `pnpm dev:firefox` to start the dev server.\n2. In Firefox, navigate to `about:debugging#/runtime/this-firefox`.\n3. Click \"Load Temporary Add-on\" and choose the `manifest.json` file in the `dist` folder.\n4. Remember, Firefox requires re-loading after the browser is closed.\n\n---\n\n## Usage\n\nThe extension offers three main tabs:\n\n1. **Timer**: \n   - Start, stop, and reset the Pomodoro timer. Customize the time by clicking on the display.\n   - Timer state is stored persistently so that you can resume even after closing the extension.\n   \n2. **Tasks**: \n   - Manage tasks by adding, completing, or deleting them. Tasks persist in local storage.\n   \n3. **Settings**: \n   - Toggle between light and dark themes to personalize the extension's appearance.\n\n---\n\n## Project Structure\n\n```bash\n├── public/\n│   └── content.css            # CSS for content scripts\n├── src/\n│   ├── components/\n│   ├── hooks/\n│   ├── pages/\n│   │   ├── content/           # Content scripts for Chrome\n│   │   ├── devtools/\n│   │   ├── options/\n│   │   ├── popup/             # Main UI with Timer, Tasks, and Settings\n│   │   └── side-panel/\n│   └── storage/               # Helper functions for local storage integration\n├── manifest.js                # Chrome extension manifest\n└── vite.config.js             # Vite config for custom HMR plugin\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayrichh%2Fpomodev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayrichh%2Fpomodev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayrichh%2Fpomodev/lists"}