{"id":28486965,"url":"https://github.com/khemrajsharma/taskflow-android","last_synced_at":"2025-07-01T07:31:49.184Z","repository":{"id":287247441,"uuid":"958538954","full_name":"khemrajsharma/TaskFlow-Android","owner":"khemrajsharma","description":"A modern Android task manager built with Jetpack Compose, MVVM, and Clean Architecture. Features multi-module design, offline-first support, Material 3 theming, and robust task management with reminders.","archived":false,"fork":false,"pushed_at":"2025-05-21T20:22:24.000Z","size":4031,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T03:30:31.763Z","etag":null,"topics":["android","android-development","clean-architecture","hilt","jetpack-compose","kotlin","material-design","mobile-app","multi-module","mvvm","offline-first","opensource","room-database","task-management","workmanager"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/khemrajsharma.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-04-01T11:10:16.000Z","updated_at":"2025-05-20T19:03:54.000Z","dependencies_parsed_at":"2025-04-10T18:59:53.039Z","dependency_job_id":"692ba1b8-1de3-42c0-82b5-1558210c9eca","html_url":"https://github.com/khemrajsharma/TaskFlow-Android","commit_stats":null,"previous_names":["khemrajsharma/taskflow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/khemrajsharma/TaskFlow-Android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khemrajsharma%2FTaskFlow-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khemrajsharma%2FTaskFlow-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khemrajsharma%2FTaskFlow-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khemrajsharma%2FTaskFlow-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khemrajsharma","download_url":"https://codeload.github.com/khemrajsharma/TaskFlow-Android/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khemrajsharma%2FTaskFlow-Android/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262920013,"owners_count":23384579,"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":["android","android-development","clean-architecture","hilt","jetpack-compose","kotlin","material-design","mobile-app","multi-module","mvvm","offline-first","opensource","room-database","task-management","workmanager"],"created_at":"2025-06-08T03:09:59.864Z","updated_at":"2025-07-01T07:31:49.175Z","avatar_url":"https://github.com/khemrajsharma.png","language":"Kotlin","readme":"# TaskFlow\n\nA modern Android task management app showcasing multi-module architecture, Jetpack Compose, and MVVM with Clean Architecture principles.\n\n## Features ✨\n\n- **Task Management**: Create, edit, and organize tasks with priorities and deadlines\n- **Reminders**: Set up notifications for important tasks\n- **Categories \u0026 Labels**: Organize tasks with custom categories\n- **Dark/Light Theme**: Full support for system theme preferences\n- **Offline First**: Works without internet connection\n- **Clean UI**: Modern Material 3 design\n\n## Tech Stack 🛠️\n\n- **100% Kotlin**\n- **Multi-module Architecture**: Features, Core, Data, Domain\n- **Jetpack Compose**: Modern declarative UI\n- **Hilt**: Dependency injection\n- **Room**: Local database persistence\n- **WorkManager**: Background task scheduling\n- **Kotlin Coroutines/Flow**: Asynchronous programming\n- **Material 3**: Modern UI components and theming\n- **Navigation Compose**: Seamless navigation between screens\n\n## Architecture 📐\n\nThe project follows Clean Architecture principles with a multi-module approach:\n\n```\n:app (entry point)\n|\n├── :core (common components)\n│   ├── ui (theme/components)\n│   ├── utils (extensions/helpers)\n│   └── navigation (compose navigation)\n|\n├── :data (data layer)\n│   ├── local (Room database/DAOs)\n│   └── repository (data repository impl)\n|\n├── :domain (business logic)\n│   ├── model (entities)\n│   ├── repository (interfaces)\n│   └── usecases (business rules)\n|\n└── :features (UI features)\n    ├── tasks (task list/details/edit)\n    ├── reminders (reminder management)\n    └── settings (app preferences)\n```\n\n### Key Benefits\n\n- **Maintainability**: Isolated modules for better code organization\n- **Testability**: Clear separation of concerns makes testing easier\n- **Scalability**: Easy to add new features without affecting existing code\n- **Faster Build Times**: Modular compilation and caching\n\n## Screenshots 📱\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"screenshots/task_list_dark_theme-portrait.png\" width=\"220\" alt=\"Task List Dark\"\u003e\n  \u003cimg src=\"screenshots/home_light_theme-portrait.png\" width=\"220\" alt=\"Home Light\"\u003e\n  \u003cimg src=\"screenshots/task_detail_dark_theme-portrait.png\" width=\"220\" alt=\"Task Detail Dark\"\u003e\n  \u003cimg src=\"screenshots/edit_task_light_theme-portrait.png\" width=\"220\" alt=\"Edit Task Light\"\u003e\n  \u003cimg src=\"screenshots/reminders_list_dark_theme-portrait.png\" width=\"220\" alt=\"Reminders Dark\"\u003e\n  \u003cimg src=\"screenshots/settings_page_light_theme-portrait.png\" width=\"220\" alt=\"Settings Light\"\u003e\n\u003c/p\u003e\n\n## Getting Started 🚀\n\n1. Clone the repository\n2. Open the project in Android Studio Arctic Fox or later\n3. Sync Gradle files\n4. Run the app on an emulator or physical device\n\n## Testing 🧪\n\nThe project includes:\n- **Unit Tests**: ViewModels, Use Cases, Repositories\n- **UI Tests**: Compose component testing\n- **Integration Tests**: Navigation flows\n\n## About the Author 👨‍💻\n\nThis project is developed by **Khemraj Sharma**, an Android Expert with 9+ years of experience:\n\n- **Android \u0026 React Native Developer** with 30+ successful projects delivered\n- **Ranked in the Top 0.002%** of developers worldwide on Stack Overflow\n- **Specialized in Kotlin, MVVM, Jetpack** and modular architecture\n- **Stack Overflow:** [khemraj-sharma](https://stackoverflow.com/users/6891563/khemraj-sharma)\n- **GitHub:** [khemrajsharma](https://github.com/khemrajsharma)\n- **LinkedIn:** [khemrajsharma](https://www.linkedin.com/in/khemrajsharma/)\n- **Portfolio:** [khemrajsharma](https://khemrajsharma.com)\n\n## License 📝\n\n```\nMIT License\n\nCopyright (c) 2025 Khemraj Sharma\n``` \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhemrajsharma%2Ftaskflow-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhemrajsharma%2Ftaskflow-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhemrajsharma%2Ftaskflow-android/lists"}