React web application that displays all the "topics" related to the term "react", using the GitHub GraphQL API.
The application should display how many "stargazers" each topic has. A click on a topic should display the topics related to that topic, and how many stargazers they have.
- apollo-boost package to use Apollo Client.
- @apollo/react-hooks to make use of Apollo Provider and useQuery.
- graphql-tag provides template literal tag
gqlto write a concise GraphQL query - Implemented Styled Component for button
To interact with the GitHub GraphQL API, one need
Make use of the key in the .env file within your application
- Please run
npm i && npm startto install modules and start the app - Click on each button to see related topics