Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srnyndrs/searchhub
Android application to search github repositories
https://github.com/srnyndrs/searchhub
Last synced: 16 days ago
JSON representation
Android application to search github repositories
- Host: GitHub
- URL: https://github.com/srnyndrs/searchhub
- Owner: srnyndrs
- Created: 2024-02-15T19:32:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T09:30:07.000Z (11 months ago)
- Last Synced: 2024-02-19T11:55:13.536Z (11 months ago)
- Language: Kotlin
- Homepage:
- Size: 980 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SearchHub
The main goal of this application is to search github repositories through the GitHub Search API.
## Technologies
- Jetpack Compose
- Clean Architecture
- Retrofit
- Dagger Hilt
- Paging
- Coil## Features
### Home Screen
On the main page, there is a search bar to initiate the search. If the request yields any results, a list becomes visible. Clicking on the individual repositories allows you to view more details about them.### Details Screen
On the details page of a repository, you can view the title and description, as well as information about the user who created it and other relevant details. Additionally, you have the option to navigate to the GitHub page of the repository by clicking the title. The same can be done for the user's page by clicking the name.