Skip to content

canergulgec/ComposeMovieDb

Repository files navigation

ComposeMovieDb

💫   Powered by TheMovieDb built with Jetpack Compose.

alt text

⚙️ Configuration

In order to use MovieDB:

  • You need to get API KEY from TMDb. You can do that by clicking here.
  • Once you obtain key, add your key into local.properties MOVIE_API_KEY = "xxx"
  • Use JDK 11 to build this project.

🌞 Light Mode

       

🌚 Dark Mode

       

🛠 Built With

🗼 Architecture

  • Model-View-ViewModel(MVVM) pattern helps to completely separate the business and presentation logic from the UI

🎯 Roadmap

  • Testing in Jetpack Compose