GitPeek is a modern Android app built using Jetpack Compose and MVI Architecture, allowing users to search and view GitHub user details and repositories.
- π Search GitHub users by username
- π€ View user profile with avatar, name, location, and repo count
- π List of public repositories with last updated info
- π¬ Error handling and retry option
- βοΈ Built with modern Android libraries
- π§± Jetpack Compose
- π§ MVI Architecture (Unidirectional Data Flow)
- π Retrofit (GitHub API)
- π§ͺ Hilt for Dependency Injection
- πΎ Kotlin Coroutines + Flow
- π¨ Material 3 Design
![]() |
![]() |
| Home Screen | Detail Screen |
- Clone the repo
git clone https://github.com/your-username/GitPeek.git

