This project lists downs all the issues from facebook/react. User can filter the issues by title/body/issue type. User can also go to the details of the issue where he read the body and comments.
- React typescript
- Apollo Client
- Github graph api
- Webpack
- CD to Heroku https://react-issue-viewer.herokuapp.com/
-
git clone https://github.com/imdadul/react-issue-viewer.git
-
Create
.env
file and put inside the folder. Enter the graph api url and authorization token. -
Example
.env file
REACT_APP_API_URL=https://api.github.com/graphql
REACT_APP_TOKEN=GITHUB_PERSONAL_ACCESS_TOKEN
npm i
npm run dev