Giter Club home page Giter Club logo

tmdb-catalog-android's Introduction

App Banner

Get it on Google Play

TMDB Catalog

Build Status GitHub Release GitHub contributors

TMDB Catalog is an Android app that utilizes TMDB API for discover movies. Built with a Clean Architecture and Jetpack Compose UI.

⭐ Features

  • Discover popular movies and TV shows.
  • View details of individual movies and TV shows.
  • Search for specific movies or TV shows.
  • Mark movies or TV shows as favorites.

⚙️ Technologies

  • Android Kotlin
  • Clean Architecture
  • Jetpack Compose UI
  • GitHub Actions

📦 Dependencies

This app utilizes various libraries and frameworks for different functionalities such as navigation, network operations, coroutines, lifecycle management, dependency injection, paging, local database management, image loading, and basic UI elements.

You can find the complete list of dependencies and their usage in the Dependencies.kt file within the project.

How to Set up?

To run the app, follow these steps:

  1. Clone the repository:

    git clone https://github.com/baharudin-yusup/tmdb-android.git
  2. Create a local.properties file in the root directory of the project and add your access tokens for development and production as follows:

    sdk.dir=your_sdk_dir
    DEV_ACCESS_TOKEN=your_dev_access_token_here
    PROD_ACCESS_TOKEN=your_prod_access_token_here
  3. Create a keystore.properties file in the root directory of the project and add the following configuration to it:

    storePassword=your_store_password
    keyPassword=your_key_password
    keyAlias=your_key_alias
    storeFile=your/store/file_path.jdk
  4. Open in Android Studio

  5. Run the Application

tmdb-catalog-android's People

Contributors

baharudin-yusup avatar

Stargazers

 avatar friskamt avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.