Skip to content

novandi18/movie-verse

Repository files navigation

Movie Verse

The Movie Reference Based on TheMovieDB

Movie Verse is an innovative Android app that enriches your movie-watching experience by providing a comprehensive database of movie references sourced from TheMovieDB. Built with Jetpack Compose.

Features

  • Authentication: Connect with your TheMovieDB account.
  • Explore Movies: Find thousands of films from various genres and countries easily through search and by popularity.
  • Favorite, Watchlist and Rated: You can save movies to Favorites, Watchlist and rate them!

Tech Stack

Architecture

Multi-Module Architecture

Design Pattern

Model-View-ViewModel (MVVM)

Screenshot

Get Started

1. Clone the repository

git clone https://github.com/novandi18/movie-verse.git
cd movie-verse

2. Get your Authorization Token from TheMovieDB

Here's a complete guide to getting your api key: TMDB - Get Started

3. Put your Authorization Token

Put your Authorization Token into local.properties like this

AUTHORIZATION = "your_authorization_token"