This project has the full implementation of API integration using following:
It follows MVVM Architecture, uses Kotlin Coroutines for API data fetch, Retrofit for Network call, HILT as the dependency injection, Also uses Jetpack compose library for Navigation.
- Main Screen with items fetched from API.
- Detail screen appears when any list item gets clicked.