Skip to content

canergulgec/ComposeMovieDb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6fe12ea · May 1, 2023
Sep 13, 2022
May 1, 2023
Mar 30, 2022
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
Jan 21, 2022
Aug 30, 2022
Sep 13, 2022
Jul 11, 2021
Jul 11, 2021
Jul 11, 2021
Sep 13, 2022

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