This project is build:
Feature Modularization: The code is organized into modules based on specific features. Clean Architecture: Application of Clean Architecture principles for separation of concerns and decoupling. MVVM Pattern (Model-View-ViewModel): Use of the MVVM UI pattern for separating business logic and user interface. Dependency Injection with Koin: Dependency management using Koin for dependency injection. Kotlin Coroutines: For asynchronous tasks. Flow: Use of these components for managing states and asynchronous interactions.
To get started with this project, you'll need an API key from The Movie Database (TMDB). Find more details and instructions on how to obtain the key here.
