Basic React application integrating Apollo Client for communication with GitHub GraphQL API V4
These instructions will give you a copy of the base project to run on your local machine for academic purposes to carry out this example.
You can now create your own personal API tokens for use in scripts and on the command line. Be careful, these tokens are like passwords so you should guard them carefully. The advantage to using a token over putting your password into a script is that a token can be revoked, and you can generate lots of them. Head on over to your settings to manage personal API tokens.
Don't forget to replace the
token
variable with your own API token for GitHub
# Install project dependencies
$ npm install
# Run project
$ npm start
- Apollo Client - Client for every UI framework and GraphQL server
- React - A JavaScript library for building user interfaces
- Create React App - Bootstrap project
- VS Code - Editor Open Source
- Cristian Moreno - FullStack JavaScript Developer - WebSite
See also the list of contributors who participated in this project.
This project is licensed under MIT - see the LICENSE file for details