anshtya / MovieInfo

TMDB app built using Jetpack Compose from TMDB API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovieInfo

Provides movies, tv shows and person information from TMDB API.

📸 Screenshots

✨ Features

  • Discover popular and trending movies and TV shows.
  • Connect your TMDB account to access your TMDB watchlists and favorites.

🏗️ Architecture

  • Built with a multi-module architecture, utilizing a hybrid approach that combines feature and layer-based modularization.
  • Inspired by common modularization patterns.

🖥️Installation

To clone the project, run

git clone git@github.com:anshtya/MovieInfo.git

Open the project in Android Studio.

Visit TMDB API to obtain Access Token. Open local.poperties file and type the following:

ACCESS_TOKEN = your_access_token
BASE_URL=https://api.themoviedb.org/3/

and rebuild the project.

About

TMDB app built using Jetpack Compose from TMDB API.

License:MIT License


Languages

Language:Kotlin 100.0%