An app to track daily food intake built as part of taking a modern Android development course
- Written from scratch in Kotlin & Compose.
- Track your daily food intake against a health profile established during onboarding.
- Search and track food from the https://us.openfoodfacts.org/ API.
- Store tracked food in a local database.
- Visualize food nurtient data with custom UI elements.
- Demonstrates use of Retrofit, Room, COIL, Dagger Hilt, Jetpack Navigation, MVVM and Kotlin Coroutines.
- Demonstrates Clean architecture (nice separation between presentation, domain, and data layers).