Findr makes finding people and code easy on GitHub. Built completely using Jetpack Compose, Findr provides a beautiful yet simplistic UX to users to search for users or repositories and do much more!
Findr is currently in closed testing on Google Playstore. Sign up now.
Home page | Profile page | Search page |
---|---|---|
Before you begin, you should have already downloaded the Android Studio SDK and set it up correctly. You can find a guide on how to do this here: (Setting up Android Studio.)[http://developer.android.com/sdk/installing/index.html?pkg=studio]
- Clone the repository using HTTP: git clone https://github.com/ishanvohra2/findr.git
- Open Android Studio.
- Click on 'Open an existing Android Studio project'
- Browse to the directory where you cloned the findr repo and click OK.
- Let Android Studio import the project.
- Build the application in your device by clicking run button.