/finhub-app

This is a small app which fetches upcoming IPOs calendar from Finnhub platform to experiment around jetpack compose following MVI architecture.

Primary LanguageKotlin

finhub-app

This is a small app which fetches upcoming IPOs calendar from Finnhub platform to experiment around jetpack compose following MVI architecture.

Tech Stack

  • Kotlin
  • Jetpack Compose
  • MVI Architecture pattern for UI using Uniflow
  • Clean architeture for layered architecture
  • Koin as dependency injection

Setup

API_TOKEN="*************"

This will allow you to get success response & see the screens in the app.

References