Skip to content

akanbi/chuck-norris-facts

Repository files navigation

CI

Chuck Norris Facts

This project aims to propose the pratice and study of modularization and clean architecture concepts of android projects. In order to have data to show, the api of chucknorris.io is consumed. This api shows facts of iconic Chuck Norris.

Link: https://api.chucknorris.io/

Language, libraries and tools:

  • Kotlin
  • Coroutines
  • Koin
  • Data Binding
  • LiveData
  • Retrofit
  • Moshi
  • JUnit Jupiter 5
  • MockK
  • Robot Pattern