{"id":23954171,"url":"https://github.com/commandiron/CheckPack","last_synced_at":"2025-09-12T13:31:12.673Z","repository":{"id":50598853,"uuid":"519584479","full_name":"commandiron/CheckPack","owner":"commandiron","description":"CheckPack is a native android checklist app for those going on vacation, written in Kotlin using Jetpack Compose.","archived":false,"fork":false,"pushed_at":"2023-01-12T08:58:36.000Z","size":4849,"stargazers_count":16,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-08T10:20:09.422Z","etag":null,"topics":["android","jetpack-compose","kotlin","mvi-android"],"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/commandiron.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}},"created_at":"2022-07-30T17:50:29.000Z","updated_at":"2023-03-04T01:45:20.000Z","dependencies_parsed_at":"2023-02-09T11:01:33.532Z","dependency_job_id":null,"html_url":"https://github.com/commandiron/CheckPack","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/commandiron/CheckPack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commandiron%2FCheckPack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commandiron%2FCheckPack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commandiron%2FCheckPack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commandiron%2FCheckPack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commandiron","download_url":"https://codeload.github.com/commandiron/CheckPack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commandiron%2FCheckPack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274821173,"owners_count":25356226,"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-12T02:00:09.324Z","response_time":60,"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":["android","jetpack-compose","kotlin","mvi-android"],"created_at":"2025-01-06T15:00:33.170Z","updated_at":"2025-09-12T13:31:12.651Z","avatar_url":"https://github.com/commandiron.png","language":"Kotlin","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/50905347/188008214-5b673a01-ca09-469d-9c6f-b0ecfe063572.png\" width=\"125\" height=\"125\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eCheckPack\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Android-3DDC84?style=for-the-badge\u0026logo=android\u0026logoColor=white\" width=\"80\" height=\"20\"\u003e \n  \u003cimg src=\"https://img.shields.io/badge/Kotlin-0095D5?\u0026style=for-the-badge\u0026logo=kotlin\u0026logoColor=white\" width=\"80\" height=\"20\"\u003e\n  \u003c/a\u003e \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href='https://play.google.com/store/apps/details?id=com.commandiron.vacationchecklist'\u003e\n      \u003cimg src=\"https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png\" width=\"206.72\" height=\"80\"\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\n\u003cp align=\"center\"\u003e  \nCheckPack is a native android checklist app for those going on vacation, written in Kotlin using Jetpack Compose.\n\u003c/p\u003e\n\u003c/br\u003e\n\n\u003cimg src=\"https://user-images.githubusercontent.com/50905347/212022735-86481ad5-b647-4b11-a45e-79fbfde6cf92.png\"\u003e \n\n* Application - Features ☕\n   * Set alarm\n   * One time splash screen\n   * Multiple view mode for checklist\n   * View scale for checklist\n   * Settings\n   * Language - English, Turkish\n* Tech-stack ⚛️\n    * [Kotlin](https://kotlinlang.org/) + [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - perform background operation\n    * [Jetpack](https://developer.android.com/jetpack)\n        * [Compose](https://developer.android.com/jetpack/compose) - toolkit for building native UI\n        * [Navigation](https://developer.android.com/topic/libraries/architecture/navigation/) - deal with whole in-app navigation      \n        * [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - store and manage UI-related data in a lifecycle conscious way\n    * [Room](https://developer.android.com/jetpack/androidx/releases/room) - database object mapping\n    * [Gson](https://github.com/google/gson) - serialization/deserialization library\n    * [Accompanist](https://github.com/google/accompanist)\n        * systemUi\n    * [Hilt](https://dagger.dev/hilt/) - DI\n    * [Material 3](https://m3.material.io) - design\n    * [Google Firebase](https://firebase.google.com)\n        * crashlytics\n* Architecture 🏗️\n    * Model-View-Intent\n    * [Android Architecture components](https://developer.android.com/topic/libraries/architecture) ([ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel), [Navigation](https://developer.android.com/jetpack/androidx/releases/navigation))\n \n * Todo ✔️\n   * Dark Theme ❌\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommandiron%2FCheckPack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommandiron%2FCheckPack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommandiron%2FCheckPack/lists"}