KicksManager is an android mobile app to manage a shoe stock. Users can declare shoes inventory and shoe sales.
Build with Android jetpack compose based on MVVM and clean architecture -> features with layers based module
This project takes advantage of best practices, and many popular libraries and tools in the Android ecosystem.
- Kotlin
- Jetpack Compose - for the UI
- Coroutines - for background operations
- Hilt - for dependency injection
- Retrofit2 - for network communications with REST APIs
- Coil - image loading library