{"id":13483590,"url":"https://github.com/wisnukurniawan/Compose-ToDo","last_synced_at":"2025-03-27T14:31:29.796Z","repository":{"id":37822634,"uuid":"409054048","full_name":"wisnukurniawan/Compose-ToDo","owner":"wisnukurniawan","description":"A fully functional Android ToDo app built entirely with Kotlin and Jetpack Compose","archived":false,"fork":false,"pushed_at":"2024-05-21T00:07:02.000Z","size":95436,"stargazers_count":345,"open_issues_count":11,"forks_count":35,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-21T02:07:26.025Z","etag":null,"topics":["compose-navigation","flow","hilt","hilt-android","jetpack-android","jetpack-compose","kotlin","lottie","lottie-android","lottie-compose","mvvm-android","room","room-database","viewmodel"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wisnukurniawan.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}},"created_at":"2021-09-22T03:38:00.000Z","updated_at":"2024-05-29T21:57:50.857Z","dependencies_parsed_at":"2024-05-21T01:38:46.696Z","dependency_job_id":null,"html_url":"https://github.com/wisnukurniawan/Compose-ToDo","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnukurniawan%2FCompose-ToDo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnukurniawan%2FCompose-ToDo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnukurniawan%2FCompose-ToDo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnukurniawan%2FCompose-ToDo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisnukurniawan","download_url":"https://codeload.github.com/wisnukurniawan/Compose-ToDo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245863100,"owners_count":20684788,"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":["compose-navigation","flow","hilt","hilt-android","jetpack-android","jetpack-compose","kotlin","lottie","lottie-android","lottie-compose","mvvm-android","room","room-database","viewmodel"],"created_at":"2024-07-31T17:01:13.111Z","updated_at":"2025-03-27T14:31:29.784Z","avatar_url":"https://github.com/wisnukurniawan.png","language":"Kotlin","funding_links":[],"categories":["Kotlin","C"],"sub_categories":[],"readme":"![build](https://github.com/wisnukurniawan/Compose-ToDo/actions/workflows/build.yml/badge.svg)\n\n## Compose playground: To Do List App\n\n\u003ca href='https://play.google.com/store/apps/details?id=com.wisnu.kurniawan.composetodolist'\u003e\u003cimg alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' width=240/\u003e\u003c/a\u003e\n\nCompose playground for learning purpose\n\n* UI completely in [Jetpack Compose](https://developer.android.com/jetpack/compose)\n* Uses [Kotlin Coroutines](https://kotlinlang.org/docs/reference/coroutines/coroutines-guide.html)\n* Uses [Kotlin Flow](https://kotlinlang.org/docs/flow.html)\n* Uses many of the [Architecture Components](https://developer.android.com/topic/libraries/architecture/), including: Room, DataStore, Navigation, ViewModel\n* Uses [Hilt](https://dagger.dev/hilt/) for dependency injection\n* Uses [Java 8+ API desugaring support](https://developer.android.com/studio/write/java8-support#library-desugaring) for date and time usage\n\n\u003cimg src=\"art/ps-1.png\" width=\"260\"\u003e  \u003cimg src=\"art/ps-2.png\" width=\"260\"\u003e  \u003cimg src=\"art/ps-3.png\" width=\"260\"\u003e\n\n## Large screen\n\n \u003cimg src=\"art/landscape.gif\" width=\"400\"\u003e \u003cimg src=\"art/foldable.gif\" width=\"260\"\u003e\n\n## Prerequisites\n\n* Android Studio Iguana | 2023.2.1\n* Min SDK 21\n* Target SDK 34\n* AGP 8.3.2\n* Java 17\n* Kotlin 2.0.20\n\n## Setup\n\n1. Clone this repository, `git clone https://github.com/wisnukurniawan/Compose-ToDo.git`\n2. Open via [Android studio](https://developer.android.com/studio)\n3. Sync the project, **File -\u003e Sync Project with Gradle files**\n\n## How to build\n\n* Generate debug apk `./gradlew assembleDebug`\n* Run unit test `./gradlew testDebug`\n* Install on connected device `./gradlew installDebug`\n\n## Others\n\n* [Mercury architecture](https://github.com/wisnukurniawan/Compose-ToDo/blob/main/doc/architecture.md)\n* [Project structure](https://github.com/wisnukurniawan/Compose-ToDo/blob/main/doc/project-structure.md)\n* [Modularization](https://github.com/wisnukurniawan/Compose-ToDo/blob/main/doc/module.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisnukurniawan%2FCompose-ToDo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisnukurniawan%2FCompose-ToDo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisnukurniawan%2FCompose-ToDo/lists"}