Skip to content
Snippets Groups Projects
README.md 738 B
Newer Older
  • Learn to ignore specific revisions
  • zshan2's avatar
    zshan2 committed
    # sp21-cs242-assignment3
    
    
    Description: this repo is for UIUC CS242 SP21's assignment3
    
    
    zshan2's avatar
    zshan2 committed
    ## 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.