Skip to content

DimaMiro/github-issues-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github issues. Demo mobile application

Mobile app based on Github API v4 (GraphQL) for fetching issue list of defined repostitory.

Requirements

  • node.js (v10.16.2)
  • expo-cli
  • yarn
  • github personal access token

How to get Github personal access token

  1. Open github.com
  2. Go to Settings > Developer settings > Personal access tokens
  3. Generate a new one
  4. Copy it

Start Application

  1. Clone the repostitory
  2. Install node.js
  3. Install yarn
  4. Install expo-cli
  5. Run following command in project directory:

yarn install

  1. In src/shared/ directory create a new file constants.ts and paste your github access token there like this:
export const AUTH_TOKEN = 'YOUR_ACCESS_TOKEN';
  1. Run following command:

yarn start

Screenshots

shot-1600-3

Author

Dima Miro d.miro.work@gmail.com

About

React Native GraphQL App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors