Skip to content

rcorbellini/JokesApp

Repository files navigation

Jokes App

Analyze & Test branch

This project is a project to sort a random chuck-norris joke from https://api.chucknorris.io

Result

Architecture

Stack
  • Jetpack
    • Compose - To Create UI programmatically with composable functions.
    • Hilt - Is a dependency injection library for Android that reduces the boilerplate.
    • ViewModel - To make a bridge between View and UseCases.
    • App Startup - initialize things (timber on this project) at app startup.
  • Clean Architecture
  • MVVM pattern
  • Repository pattern
  • Coroutines + Flows
  • Accompanist
  • Retrofit2
  • Timber
  • mockito
  • GitHub Actions - CI

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages