Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.18 KB

Tinysplash

Note : This is WIP ⚠️

Intro

An Android app to demonstrate using Jetpack Compose UI with Molecule in MVVM architecture.

Built using Unsplash Api

Libraries used :

Development Setup

This App uses Unsplash apis. To run the project locally, you need to first setup developer account on Unsplash to obtain api key.

Once you obtain the key, you can set them in project's root gradle.properties file.

UNSPLASH_API_KEY=<YOUR_UNSPLASH_API_KEY>