A basic recipe app that uses MVVM architecture and latest Jetpack compose components. The project is a direct inspiration from MVVM course by Mitch Tabian and was built for the purpose of learning latest trends in Android Development.
The app communicates with food2fork API which is also built by Mitch Tabian.
- MVVM
- Jetpack Compose for UI
- MutableState instead of LiveData
- Dagger Hilt for DI
- Retrofit for communication with REST API
- Custom fonts and themes
- Navigation Components