{"id":29428677,"url":"https://github.com/prasunchakra/karmakanban","last_synced_at":"2025-09-12T00:13:13.587Z","repository":{"id":300500148,"uuid":"981914681","full_name":"prasunchakra/karmakanban","owner":"prasunchakra","description":"Showcase your journey. Master your actions. Blend your Actions with Clarity","archived":false,"fork":false,"pushed_at":"2025-07-09T17:26:40.000Z","size":17094,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T19:56:38.768Z","etag":null,"topics":["angular-material-20","angular20","tailwindcss-v4"],"latest_commit_sha":null,"homepage":"https://karmakanban.com","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/prasunchakra.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-05-12T05:14:09.000Z","updated_at":"2025-07-09T17:26:45.000Z","dependencies_parsed_at":"2025-06-22T03:32:57.452Z","dependency_job_id":"db285cc3-952b-4c6e-876f-995708947b4f","html_url":"https://github.com/prasunchakra/karmakanban","commit_stats":null,"previous_names":["prasunchakra/karmakanban"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prasunchakra/karmakanban","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prasunchakra%2Fkarmakanban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prasunchakra%2Fkarmakanban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prasunchakra%2Fkarmakanban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prasunchakra%2Fkarmakanban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prasunchakra","download_url":"https://codeload.github.com/prasunchakra/karmakanban/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prasunchakra%2Fkarmakanban/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274728972,"owners_count":25338581,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"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":["angular-material-20","angular20","tailwindcss-v4"],"created_at":"2025-07-12T15:19:12.679Z","updated_at":"2025-09-12T00:13:13.345Z","avatar_url":"https://github.com/prasunchakra.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Karmakanban\n\n\u003e Showcase your journey. Master your actions.\n\nA modern portfolio builder and task management application that combines professional portfolio creation with Kanban-style task organization. Built with Angular 20, Material Design, and Tailwind CSS.\n\n![Karmakanban](https://img.shields.io/badge/Angular-20-red?style=for-the-badge\u0026logo=angular)\n![Material Design](https://img.shields.io/badge/Material%20Design-3.0-blue?style=for-the-badge\u0026logo=material-design)\n![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-4.1-38B2AC?style=for-the-badge\u0026logo=tailwind-css)\n\n## 🌟 Features\n\n### Current Features (v1.0.0)\n- **Landing Page**: Beautiful gradient design with call-to-action buttons\n- **Portfolio Gallery**: Browse public portfolios with responsive grid layout\n- **Portfolio Builder**: Interactive form to create custom portfolios (Work in Progress)\n\n### Planned Features\n- **Kanban Board**: Drag-and-drop task management\n- **Portfolio Customization**: Full portfolio builder with sections for skills, projects, and contact\n- **User Authentication**: Secure login and registration system\n- **Real-time Collaboration**: Share and collaborate on tasks\n- **Analytics Dashboard**: Track productivity and portfolio performance\n\n## 🚀 Getting Started\n\n### Prerequisites\n- Node.js (v18 or higher)\n- npm or yarn package manager\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/yourusername/karmakanban.git\n   cd karmakanban\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Start the development server**\n   ```bash\n   npm start\n   ```\n\n4. **Open your browser**\n   Navigate to `http://localhost:4200`\n\n### Build for Production\n\n```bash\nnpm run build\n```\n\nThe build artifacts will be stored in the `dist/` directory.\n\n## 🏗️ Project Structure\n\n```\nsrc/\n├── app/\n│   ├── features/\n│   │   ├── landing/           # Landing page component\n│   │   ├── profile/           # Portfolio-related components\n│   │   │   ├── pages/\n│   │   │   │   ├── portfolio/         # Individual portfolio view\n│   │   │   │   ├── portfolio-builder/ # Portfolio creation form\n│   │   │   │   └── profile-list/      # Portfolio gallery\n│   │   │   └── components/            # Reusable profile components\n│   │   └── dynamic-portfolio/ # Dynamic portfolio features\n│   ├── services/              # Application services\n│   ├── types/                 # TypeScript type definitions\n│   └── app.routes.ts          # Application routing\n├── styles.scss               # Global styles and Material theme\n└── main.ts                   # Application entry point\n```\n## 🛠️ Technology Stack\n\n- **Angular 20**: Latest version with standalone components\n- **TypeScript**: Type-safe development\n- **Angular Material 20**: UI component library\n- **Tailwind CSS 4**: Utility-first CSS framework\n\n## 📱 Application Routes\n\n- `/` - Landing page with introduction and navigation\n- `/portfolio` - Portfolio gallery showing public portfolios\n- `/portfolio/:username` - Individual portfolio view (Work in Progress)\n- `/portfolio-builder` - Portfolio creation form (Work in Progress)\n\n## 🎯 Current Status\n\n### ✅ Completed\n- Landing page with responsive design\n- Portfolio gallery with grid layout\n- Basic routing and navigation\n- Material Design integration\n- Tailwind CSS styling\n- Responsive layout system\n\n### 🚧 In Progress\n- Portfolio builder form (basic structure implemented)\n- Form validation and data handling\n- Portfolio customization features\n\n### 📋 Planned\n- Kanban board implementation\n- User authentication system\n- Database integration\n- Real-time features\n- Advanced portfolio templates\n\n## 🤝 Contributing\n\nWe welcome contributions! Please follow these steps:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- **Angular Team**: For the amazing framework\n- **Material Design**: For the comprehensive component library\n- **Tailwind CSS**: For the utility-first CSS approach\n- **Open Source Community**: For inspiration and tools\n\n## 📞 Support\n\n- **Issues**: [GitHub Issues](https://github.com/prasunchakra/karmakanban/issues)\n- **Discussions**: [GitHub Discussions](https://github.com/prasunchakra/karmakanban/discussions)\n\n---\n\n**Made with ❤️ by the Karmakanban Team**\n\n*Showcase your journey. Master your actions.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprasunchakra%2Fkarmakanban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprasunchakra%2Fkarmakanban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprasunchakra%2Fkarmakanban/lists"}