Application that connects with Github API. Developed during Rocketseat's Gostack course. It allows you to search repositories and visualize their issues list.
Download or clone repository, run "yarn" or "npm install" to install all dependencies, then run "yarn start" to run the application.
This application was developed in ReactJs with "create-react-app". It uses Axios to manage API connection and Styled Components for managing CSS.