Tasks is a todo app based on modern Android tech-stacks especially focus on Jetpack Compose UI using ktor server API.
- 100% Kotlin based + Coroutines
- Hilt - dependency injection library
- Flow
- JetPack
- Compose - A modern toolkit for building native Android UI.
- Lifecycle - dispose observing data when lifecycle state changes.
- ViewModel - UI related data holder, lifecycle aware.
- Architecture
- MVVM Architecture
- Repository pattern
- Material Design
- Accompanist - A collection of extension libraries for Jetpack Compose.