An open API service indexing awesome lists of open source software.

https://github.com/commandiron/CheckPack

CheckPack is a native android checklist app for those going on vacation, written in Kotlin using Jetpack Compose.
https://github.com/commandiron/CheckPack

android jetpack-compose kotlin mvi-android

Last synced: 5 months ago
JSON representation

CheckPack is a native android checklist app for those going on vacation, written in Kotlin using Jetpack Compose.

Awesome Lists containing this project

README

          



CheckPack










CheckPack is a native android checklist app for those going on vacation, written in Kotlin using Jetpack Compose.

* Application - Features ☕
* Set alarm
* One time splash screen
* Multiple view mode for checklist
* View scale for checklist
* Settings
* Language - English, Turkish
* Tech-stack ⚛️
* [Kotlin](https://kotlinlang.org/) + [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html) - perform background operation
* [Jetpack](https://developer.android.com/jetpack)
* [Compose](https://developer.android.com/jetpack/compose) - toolkit for building native UI
* [Navigation](https://developer.android.com/topic/libraries/architecture/navigation/) - deal with whole in-app navigation
* [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - store and manage UI-related data in a lifecycle conscious way
* [Room](https://developer.android.com/jetpack/androidx/releases/room) - database object mapping
* [Gson](https://github.com/google/gson) - serialization/deserialization library
* [Accompanist](https://github.com/google/accompanist)
* systemUi
* [Hilt](https://dagger.dev/hilt/) - DI
* [Material 3](https://m3.material.io) - design
* [Google Firebase](https://firebase.google.com)
* crashlytics
* Architecture 🏗️
* Model-View-Intent
* [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))

* Todo ✔️
* Dark Theme ❌