# sp21-cs242-assignment3 Description: this repo is for UIUC CS242 SP21's assignment3 ## Important: Necessary files are all in /src directory since /GitView is considered as a submodule by git now, please check that folder. ## Functionalities: - Giving github's graphQL API endpoint address, user OAuth token, and username, get personal info of this user and rendered it in mobile devices. - Find other github user's info through following & follower lists and public repo owners. ## Environment Requirement: - Windows 7 or above - Javascript Environment - React-Native ## External Resources: - React Navigation - Jest ## Update Notes: - 3/29: Basic functionalities are completed. - 3/22: User's personal info pages are completed.