An app to search GitHub repositories by user name.
- Clone the repo
- Open the project in Android Studio >= Hedgehog
- Obtain a GitHub API key
- Add the API key to
local.propertiesasGITHUB_API_KEY="your_key"(include the quotes) - Run the project using Android Studio