Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-santos authored Jan 29, 2019
1 parent e4a4961 commit 7b5fda9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# react-native-github-client
A react native project with a basic github user login authentication using the [Github v3 REST API](https://developer.github.com/v3/) to validate and authenticate the user email and password to get an `OAuth Access Token` from a [Github OAuth App](https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/) that i've created in my personal developer settings panel called [React Native Github Client](https://github.com/settings/applications/976282).
A react native project with a basic github user login authentication using the [Github v3 REST API](https://developer.github.com/v3/), to validate and authenticate the user email and password to get an `OAuth Access Token` from a [Github OAuth App](https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/) that i've created in my personal developer settings panel called [React Native Github Client](https://github.com/settings/applications/976282). After that, we will use this OAuth token to make calls to the new [Github GraphQL API](https://developer.github.com/v4/) using the [Apollo GraphQL Client](https://www.apollographql.com/docs/react/).

The main idea of the project is to use the new [Github GraphQL API](https://developer.github.com/v4/) with this login OAuth access token to get the logged user repository list and profile information.
The main idea of the project is to use the Github GraphQL API and get the logged user repository list and profile information to show these two informations in a [bottom tav navigator](https://reactnavigation.org/docs/en/tab-based-navigation.html).

The project contains tests using `Jest`, focused on the components and the login redux actions. The components test will generate `snapshots` that can be updated when component changes are made.

Expand Down

0 comments on commit 7b5fda9

Please sign in to comment.