{"id":31924812,"url":"https://github.com/mesak/mms-todo","last_synced_at":"2026-07-22T04:10:44.133Z","repository":{"id":315337413,"uuid":"1058714393","full_name":"mesak/mms-todo","owner":"mesak","description":"mesak microsoft to do","archived":false,"fork":false,"pushed_at":"2025-11-28T09:36:24.000Z","size":1358,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-30T17:40:28.255Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mesak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-17T13:02:22.000Z","updated_at":"2025-11-28T09:36:18.000Z","dependencies_parsed_at":"2025-09-18T03:35:15.741Z","dependency_job_id":"c3bb7c47-d47a-4612-8948-d7dc36a8d8c2","html_url":"https://github.com/mesak/mms-todo","commit_stats":null,"previous_names":["mesak/mms-todo"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mesak/mms-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesak%2Fmms-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesak%2Fmms-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesak%2Fmms-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesak%2Fmms-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mesak","download_url":"https://codeload.github.com/mesak/mms-todo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mesak%2Fmms-todo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35746488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"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-14T00:24:14.291Z","updated_at":"2026-07-22T04:10:44.127Z","avatar_url":"https://github.com/mesak.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mms-todo\n\n![mms-todo Banner](./shared/banner-1200x630.jpg)\n\n一個完整的待辦清單解決方案，包含 Chrome 擴充功能和介紹網站。\n\n## 📋 專案概述\n\nmms-todo 是一個現代化的待辦清單管理工具，提供兩種使用方式：\n\n- **Chrome 擴充功能**：輕量級的瀏覽器擴充功能，支援 Popup、Side Panel 和 Options 頁面\n- **介紹網站**：現代化的網頁介紹，展示擴充功能特色和下載連結\n\n## 🏗️ 專案結構\n\n```\nmms-todo/\n├── chrome-extension/     # Chrome 擴充功能原始碼\n├── web/                  # 介紹網站原始碼\n├── shared/               # 共用資源（圖片、圖標等）\n├── .github/              # GitHub Actions 工作流程\n└── .gitignore           # Git 忽略規則\n```\n\n## 🚀 快速開始\n\n### Chrome 擴充功能開發\n\n```bash\ncd chrome-extension\npnpm install\npnpm dev\n```\n\n### 網站開發\n\n```bash\ncd web\nnpm install\nnpm run dev\n```\n\n## 📦 建置與部署\n\n### Chrome 擴充功能\n\n```bash\ncd chrome-extension\npnpm build          # 建置生產版\npnpm package        # 產生商店上傳 ZIP\n```\n\n### 網站部署\n\n```bash\ncd web\nnpm run deploy      # 部署到 Cloudflare Pages\n```\n\n## 🛠️ 技術棧\n\n### Chrome 擴充功能\n- **框架**: Plasmo (Chrome Extension Framework)\n- **前端**: React 18 + TypeScript\n- **樣式**: Tailwind CSS + shadcn/ui\n- **狀態管理**: TanStack React Query\n- **動畫**: Framer Motion\n- **儲存**: Chrome Storage API\n\n### 介紹網站\n- **框架**: Hono (Cloudflare Workers)\n- **建置工具**: Vite\n- **部署**: Cloudflare Pages\n- **樣式**: 自訂 CSS + 現代設計\n\n## 📖 詳細說明\n\n- [Chrome 擴充功能說明](./chrome-extension/README.md)\n- [網站開發說明](./web/README.md)\n- [專案代理文件](./chrome-extension/AGENT.md)\n\n## 🎯 主要功能\n\n- ✅ 類別化待辦管理\n- ✅ Popup、Side Panel、Options 三種介面\n- ✅ 本地儲存，離線可用\n- ✅ 現代化 UI 設計\n- ✅ 流暢的動畫效果\n- ✅ 響應式設計\n\n## 📄 授權\n\n僅供學習與展示用途。如需商用請自行評估與調整授權。\n\n---\n\n**安裝 Chrome 擴充功能**: [Chrome Web Store](https://chromewebstore.google.com/detail/bmmgffjkialoohecnglopijlaedbpfig) \n\n**訪問介紹網站**: [mms-todo 官網](https://mms-todo.wiz.tw) ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesak%2Fmms-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmesak%2Fmms-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmesak%2Fmms-todo/lists"}