canergulgec / ComposeMovieDb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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