/vikki

A Social Platform for Movie Lovers

Primary LanguageKotlin

Vikki

A Social platform for Movie lovers

Technologies:

Development Setup

Because Vikki is written in Jetpack Compose, you need the latest version of Android Studio to be able to build it.

API Key

Vikki uses TMDb API, so you need to get an API Key from TMDb. then, create a file named secrets.properties:

cp secrets.defaults.properties secrets.properties

put your API Key in that file:

# This file contains Secrets such as API Keys
# This file should *NOT* be checked into Version Control Systems
TMDB_API_KEY=YOUR_API_KEY

Screenshots