{"id":34936347,"url":"https://github.com/jman-9/planit","last_synced_at":"2026-04-13T09:31:19.259Z","repository":{"id":290493805,"uuid":"974385824","full_name":"jman-9/planit","owner":"jman-9","description":"'PlanIt!' is a modern task planner project built with React and Electron, designed as both a web app and a desktop app.","archived":false,"fork":false,"pushed_at":"2025-12-12T14:24:02.000Z","size":16878,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T04:50:21.518Z","etag":null,"topics":["electron","react","typescript"],"latest_commit_sha":null,"homepage":"","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/jman-9.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-04-28T17:39:02.000Z","updated_at":"2025-12-12T14:24:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"58b7441d-d0ec-42b9-92a8-859fced39570","html_url":"https://github.com/jman-9/planit","commit_stats":null,"previous_names":["jman-9/planit"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jman-9/planit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jman-9%2Fplanit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jman-9%2Fplanit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jman-9%2Fplanit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jman-9%2Fplanit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jman-9","download_url":"https://codeload.github.com/jman-9/planit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jman-9%2Fplanit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["electron","react","typescript"],"created_at":"2025-12-26T18:10:46.585Z","updated_at":"2026-04-13T09:31:19.254Z","avatar_url":"https://github.com/jman-9.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlanIt\nA personal task planner built with React, TypeScript, Vite, and Electron.\n\n\n## 📸 Screenshots\n![Screenshot 01](./docs/screenshots/screenshot01.jpg)\n\n![Screenshot 02](./docs/screenshots/screenshot02.jpg)\n\n![Screenshot 03](./docs/screenshots/screenshot03.jpg)\n\n![Screenshot 04](./docs/screenshots/screenshot04.png)\n\n![Screenshot 05](./docs/screenshots/screenshot05.png)\n\n![Screenshot 06](./docs/screenshots/screenshot06.png)\n\n![Screenshot 07](./docs/screenshots/screenshot07.png)\n\n\n## Features\n- Task tracking with status and dates\n- Bucket list management\n- State management with Redux Toolkit\n- Dark mode toggle with full Tailwind theming\n- REST-style API abstraction over local storage\n- Modular UI built with Tailwind CSS V4\n- Responsive design for all devices\n- Cross-platform desktop support via Electron\n- Clean project structure for easy scaling\n\n\n## Tech Stack\n- **Frontend Framework**: React with TypeScript\n- **Styling**: Tailwind CSS V4\n- **State Management**: Redux Toolkit + redux-persist\n- **Desktop Runtime**: Electron\n- **Development Environment**: Vite, pnpm, tsup, electronmon, concurrently\n\n\n## Monorepo Layout\nThe codebase is structured in a monorepo-like format for scalability:\n```\n├── apps/          # Contains the main applications\n│ ├── styled/      # Main app built with styled-component (legacy)\n│ ├── tailwind/    # Main app built with Tailwind CSS V4 \u0026 Electron renderer process\n│ └── electron/    # Electron main \u0026 preload process\n├── public/        # Sharing public resources\n├── packages/      # Shared libraries or utilities\n```\n\n\n## Project Structure\n```\nsrc/\n├── api/           # API modules and abstractions\n├── components/    # Reusable UI components\n├── hooks/         # Custom React hooks\n├── pages/         # Route-level components\n├── store/         # RTK store and slices\n├── types/         # TypeScript type definitions\n└── ui/            # UI components and styles\n```\n\n\n## Setup for Development\n### Prerequisites\n- Node.js (v16 or higher)\n- pnpm (v8 or higher)\n\n\n### Getting Started\n1. Clone the repository:\n```bash\ngit clone https://github.com/jman-9/planit.git\ncd planit\n```\n\n2. Install dependencies:\n```bash\npnpm install\n```\n\n\n### Running the Web App\n1. Start the development server:\n```bash\ncd apps/tailwind\npnpm dev\n```\n\n2. Open your browser and navigate to `http://localhost:5173`\n\n\n### Running the Desktop App (Electron)\n1. Approve local build scripts (one-time):\n```bash\ncd apps/electron\npnpm approve-builds\n# select and allow electron build script\n```\n\n2. Start the development app:\n```bash\npnpm dev\n```\n\n\n## 🚧 Future Work\n- Replace `electron-store` with a structured database\n\n\n## Contributing\nOpen a Pull Request\n\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjman-9%2Fplanit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjman-9%2Fplanit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjman-9%2Fplanit/lists"}