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
- Host: GitHub
- URL: https://github.com/jmenmar/githubusers
- Owner: jmenmar
- Created: 2024-06-07T15:39:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T08:41:36.000Z (over 1 year ago)
- Last Synced: 2024-06-08T09:34:57.068Z (over 1 year ago)
- Topics: android, github-api, kotlin
- Language: Kotlin
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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