Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pau1fitz/github-graphql-react
A Github client built with React / GraphQL 💻👩💻💽 👨💻
https://github.com/pau1fitz/github-graphql-react
apollo-client github graphql react
Last synced: 15 days ago
JSON representation
A Github client built with React / GraphQL 💻👩💻💽 👨💻
- Host: GitHub
- URL: https://github.com/pau1fitz/github-graphql-react
- Owner: Pau1fitz
- License: mit
- Created: 2018-03-05T09:34:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T09:44:18.000Z (about 6 years ago)
- Last Synced: 2023-02-26T09:46:50.605Z (over 1 year ago)
- Topics: apollo-client, github, graphql, react
- Language: JavaScript
- Homepage: https://pau1fitz.github.io/react-github
- Size: 8.79 MB
- Stars: 68
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Github 💻👩💻💽👨💻
This is `React-Github`, a React front end client that communicates with the Github GraphQL API.
See it in action [here](http://pau1fitz.github.io/react-github).
Before running the code **locally** you will need to deploy [Heroku Gatekeeper](https://github.com/prose/gatekeeper#deploy-on-heroku) with the appropriate Github client id and client secret. Then run the following:
```
yarn
yarn start
visit http://localhost:3000
```![alt text](https://github.com/Pau1fitz/react-github/blob/master/github.gif "Home")
### License
Released under the MIT License. Check [LICENSE.md](https://github.com/Pau1fitz/react-github/blob/master/LICENSE) for more info.