An Android app that lets you search and explore GitHub users and view their repositories.
- 🔍 Search GitHub users by name
- 👤 View user profiles and repositories
- ☘️ Repository Detail Web Page Screen (Webview)
- ⭐ Display repo stats (stars, forks, last updated, popular repo)
- 🧱 Built with MVVM, Retrofit, Hilt, and Jetpack components
- Language: Kotlin
- Architecture: MVVM, Hilt
- Networking: Retrofit + Coroutines + Flow
- Image Loading: Coil
- UI: Jetpack Compose
- Database & Caching: Room, Paging 3
- Continuous Integration: Jenkins
- Test Coverage Report: JaCoCo
- Clone the repo:
git clone https://github.com/nabillasab/github-explorer.git
- Open in Android Studio
- Add your fine-grain personal access token Github in local.properties for variable
github_auth_token - Run on an emulator or device!
| Feature | Documentation |
|---|---|
| Github User List | API |
| Github User Detail | API |
| Search User | API |
| List of Repositories of Specific User | API |
- Data provided by GitHub API
- Icons by Flaticon

