An open API service indexing awesome lists of open source software.

https://github.com/jmenmar/githubusers

Projects that use the Github API to obtain user data
https://github.com/jmenmar/githubusers

android github-api kotlin

Last synced: 11 months ago
JSON representation

Projects that use the Github API to obtain user data

Awesome Lists containing this project

README

          

# 🚀 Github Users
This app consumes the Github API obtaining the profiles of the platform's users. A dynamic search filter and a profile detail to navigate to have been enabled. The app saves the downloaded data from API locally in Room database so that it can be viewed without an Internet connection.

## 🧰 Tech stack
- Minimum SDK level 24
- Kotlin based, Coroutines + Flow for asynchronous.
- Jetpack Compose
- MVVM Architecture

## 🗃️ Libraries
- Navigation Compose
- Dagger Hilt
- Retrofit
- Coil
- Room
- MockK