This project is a Kotlin-based Android application for discovering and exploring movies. It features a modern UI built with Jetpack Compose, including Material Design 3 components. The app allows users to browse trending movies, search for specific titles, and view detailed movie information with shared element transitions. It integrates with a backend API for fetching movie data and supports features like favorite movie management. Dependency injection is implemented using Hilt, and the app leverages libraries like Retrofit, Coil, and Room for networking, image loading, and local data storage.