q3e / react-native-github-graphql-app

React Native App that searches github projects and their contributors[WIP]
MIT License
2 stars 0 forks source link

How it works

  1. Search for any keyword
  2. App returns the results of all github repos with the search keyword
  3. You can select to view repo owners from the search results
  4. Some of these repo owners are Organization or User user types
  5. You can also view contributors to each each repo from the search result(WIP because v4 API has no contributors edge)

Stack

How to run

Views

Home page

Home Page

loading screen

Fetching

loading error

Error Fetching

Repos Search Results

Error Fetching

Github username types

Organization-user profile

Organization Profile

User-user profile

User Profile