Github User

Description

This is a simple app that allows you to search for a Github user and see their profile information.

What have I done?

  • Implement feature "Search for Github user" as mentioned in the document
  • Modularize data layer
  • Unit Test for ViewModel & ViewModelState
  • UI Test for HomeScreen

Installation

  • Extract the zip file
  • Open your android studio
  • Click on File
  • Click on Open
  • Navigate to the extracted folder
  • Click on the folder
  • Because the zip file is manually compressed with local.properties included to make sure the git directory included, you may be asked to overwrite the local.properties file. Click on OK
  • Click on the green play button to run the app