Skip to content

demo app to view github issue using their graphql api. Stack: Reactjs, Apollo Graphal, Typescript

Notifications You must be signed in to change notification settings

Lutif/gh-issues-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run app locally

  • 1- create .env file in root folder
  • 2- add your github personal token REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN=<YOUR TOKEN HERE>
  • 3- install npm modules, yarn or npm i
  • 4- run with yarn start or npm start

check demo

tests

  • genrate mock objects issueListItem.test
  • snapshot tests Homepage.test
  • event listener test, test something shouldn't happen searchbar.tests
  • gql mock test IssueDetails.test

About

demo app to view github issue using their graphql api. Stack: Reactjs, Apollo Graphal, Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published