DEV Community

Dharmendra Kumar
Dharmendra Kumar

Posted on

GitHub Repo Finder

I have developed small android app using Xamarin Forms and C# which provides facility to search and explore the git hub repositories through your mobile apps.
I have mainly used the git hub API to search the repositories and used the response to display in proper format.
Using this app, you can search the repository and it returns all the matched and displays 20 records per page and you can navigate back and forth using the pager.
When you search for the repository, it shows the details of the repo in the search result such as number of forks, number of bugs reported, number user starred this and the language.

When you open the repository, it displays the more details about the repository and from the detail page you can copy the clone and other URLs of that repository.

From the detail page you can open the repository and can explore the more detail about the repository.

This app is good for those who are preparing for the interviews. Many good users have created repository for the interview questions, so you can search with keywords like "Interview" or "java script interview questions" and you will get all those repositories and then can open the repositories and go through all the available questions.

The big advantage of this app is that it is "FREE" , Ad FREE and does not access any DATA FROM YOUR MOBILE . It only requires internet permission to get the details.

Download the app from below link and provide your valuable feedback so that I can improve your experience with this app.

Here are some screenshots of the app from the play store

Image description

Image description

Image description

Image description

Top comments (0)