The app is a simple travel application built using Jetpack Compose and follows the MVVM clean architecture pattern. It utilizes Hilt for dependency injection, Room for local data caching, and WorkManager for fetching API data in the background. Basic unit tests have been implemented for the ViewModel to ensure core functionality.
recording.mp4
The Travel App app follows the official architecture guidance