{"id":23927158,"url":"https://github.com/andrecrjr/actracker","last_synced_at":"2026-04-17T13:31:12.916Z","repository":{"id":271053248,"uuid":"912166815","full_name":"andrecrjr/actracker","owner":"andrecrjr","description":"Habit Tracking with module federation","archived":false,"fork":false,"pushed_at":"2025-06-04T03:06:02.000Z","size":1407,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T09:12:40.831Z","etag":null,"topics":["habit-tracking","modernjs","module-federation-examples","saas-application","typescript"],"latest_commit_sha":null,"homepage":"","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/andrecrjr.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-01-04T19:42:13.000Z","updated_at":"2025-06-04T01:56:39.000Z","dependencies_parsed_at":"2025-01-05T05:27:09.267Z","dependency_job_id":"65897e1c-50bb-4280-afeb-2f60359d21e4","html_url":"https://github.com/andrecrjr/actracker","commit_stats":null,"previous_names":["andrecrjr/actracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrecrjr/actracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrecrjr%2Factracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrecrjr%2Factracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrecrjr%2Factracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrecrjr%2Factracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrecrjr","download_url":"https://codeload.github.com/andrecrjr/actracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrecrjr%2Factracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31931191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"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":["habit-tracking","modernjs","module-federation-examples","saas-application","typescript"],"created_at":"2025-01-05T22:14:38.755Z","updated_at":"2026-04-17T13:31:12.876Z","avatar_url":"https://github.com/andrecrjr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ACTracker - Advanced Habit Tracking Platform\n\n![ACTracker Demo](demo-screenshot.png) \u003c!-- Add a screenshot if available --\u003e\n\nA modern, extensible habit tracking platform with plugin support, calendar views, and cloud synchronization.\n\n## Features\n\n- **Daily Habit Tracking**: Mark habits as completed with intuitive checkboxes\n- **Calendar View**: Visualize habit streaks and completion rates in month/week views\n- **Plugin System**: Extend functionality with community/third-party plugins\n- **Cross-Device Sync**: Cloud backup and synchronization\n- **Advanced Analytics**: Track streaks, completion rates, and habit evolution\n- **Customizable Interface**: Drag-and-drop reordering, dark mode, and theming\n- **Multi-Frequency Habits**: Daily, weekly, and monthly tracking patterns\n\n## Core Components\n\n- **Landing Page**: Marketing page with feature highlights and pricing\n- **Calendar Mode**: Interactive calendar grid with completion heatmaps\n- **Daily Habit List**: Sortable list of daily habits with streak indicators\n- **Habit Form**: Detailed habit creation/editing with plugin integrations\n- **Plugin Marketplace**: Discover and manage habit extensions\n\n## Technologies\n\n- **Frontend**: React + TypeScript\n- **Styling**: Tailwind CSS\n- **State Management**: React hooks + localStorage\n- **Plugin System**: Webpack Module Federation\n- **UI Toolkit**: Radix UI + custom components\n- **Icons**: Lucide React\n- **Build System**: Modern.js\n\n## Installation\n\n1. Clone repository:\n```bash\ngit clone https://github.com/yourusername/actracker.git\ncd actracker\n```\n\n## Install dependencies:\n\n```bash\nnpm install\n```\n\n## Start development server:\n\n```bash\nnpm run dev\n```\n\n## Plugin Development\n\nACTracker supports custom plugins for:\n\n* Custom habit metrics\n* Data visualizations\n* Integration with third-party services\n\n### Example plugin structure:\n\n```typescript\ninterface HabitPlugin {\n  id: string;\n  name: string;\n  version: string;\n  RenderHabitCard?: (habit: Habit) =\u003e JSX.Element;\n  onHabitComplete?: (habit: Habit) =\u003e void;\n}\n```\n\n\n## Contributing\nWe welcome contributions! Please follow these steps:\n\n* Fork the repository\n\n* Create a feature branch (git checkout -b feature/amazing-feature)\n\n* Commit your changes\n\n* Push to the branch\n\n* Open a Pull Request\n\n\n## Acknowledgments\n* Lucide React for beautiful icons\n\n* Radix UI for accessible primitives\n\n* Modern.js for build infrastructure\n\n* Webpack/RSpack Module Federation for plugin system\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrecrjr%2Factracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrecrjr%2Factracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrecrjr%2Factracker/lists"}