This is a small app which fetches upcoming IPOs calendar from Finnhub platform to experiment around jetpack compose following MVI architecture.
- Kotlin
- Jetpack Compose
- MVI Architecture pattern for UI using Uniflow
- Clean architeture for layered architecture
- Koin as dependency injection
- Go to https://finnhub.io/dashboard
- Create an account & copy api key
- Add below property in your
local.properties
file
API_TOKEN="*************"
This will allow you to get success response & see the screens in the app.