Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 577 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 577 Bytes

hero image

Cinematic Compose

A movie application built using Jetpack Compose.

Setup

In order to get the project to compile you will need an API key from TMDB

Add your API KEY to local.properties file

TMDB_API_KEY=<YOUR_API_KEY>

Branches

The app is buit using

  • Android UI toolkit on the main branch
  • Jetpack Compose on the compose branch