/RecipeApp

kotlin - mvvm - hilt - retrofit - coroutines - clean architecture

Primary LanguageKotlin

RecipeApp

RecipeApp is for showing a list of food recipes. This is an offline-first application

Features: MVVM Compose navigation (one activity, zero fragments) Retrieve Network Data from API (REST API) Database caching(Room) Dependency Injection (HILT) Use cases Datastore (New Shared Preferences) Unit Testing MockWebServer (Okhttp) Dependency management with VersionCatalog

thanks to Mitch Tabian