Boredom Beater is an app that gives you ideas of what to do if you get bored.
Data is provided by http://www.boredapi.com/, but because the site has lost SSL certificate,
I use this API hosted on separate hosting: https://bored-api-http-proxy.vercel.app/api/
This app is a demonstration of the coding knowledge I have recently gained.
It is a simple application but written in accordance with the current standards.
- Kotlin
- Jetpack Compose
- MVVM
- UseCases
- Hilt
- Retrofit
- Room
- Coroutines
- Flow
- MutableState
- Navigation Components
- JUnit 4
- MockWebServer (Okhttp)
- Mockito
- Truth