Skip to content

ishanvohra2/findr

Repository files navigation

Findr for GitHub

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!

Status

Findr is currently in closed testing on Google Playstore. Sign up now.

Screenshots

Home page Profile page Search page

Development setup

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]

Building the code

  1. Clone the repository using HTTP: git clone https://github.com/ishanvohra2/findr.git
  2. Open Android Studio.
  3. Click on 'Open an existing Android Studio project'
  4. Browse to the directory where you cloned the findr repo and click OK.
  5. Let Android Studio import the project.
  6. Build the application in your device by clicking run button.