Github Search App with Github GraphQL API

An app created with React Js in which you can search for a user or repo and get a list of summarized information of users that fit in your search

You need to get a personal token from your github account for this project to work on your local folder.

Then you create a .env in the root of your folder and then create a environmental variable. in the format

REACT_APP_NOT_SECRET_CODE = < your-personal-token >.

afterwards Run

yarn install

in the root of the folder then

yarn start