This project allows you to search organizations in Github
by using the Github GraphQL API. It shows organization information such a description, logo, web, repositories, etc...
- You need to create a
.envfile withGITHUB_TOKENvariable. You can get this token by following this steps Creating a personal access token. You should markrepoandadmin:orgfor make it work properly - Run
yarn installso that to install all the dependencies needed - Run
yarn startso that to run the project in development mode - Run
yarn buildto create a production build