This is a project with purpose of fixing knowledge about React applications consuming GraphQL APIs. You can see the application online at vercel clicking here!
By writing a github's username, you will have a page with the user's infos and repositories.
- @apollo/client;
- bootstrap;
- graphql;
- react-bootstrap;
- react-icons;
- styled-components;
- and others react's dependencies;
- To install all dependecies use:
yarn install
- You can start application by:
yarn start
- You can build application by:
yarn build
- You have to install a server for build:
yarn global add serve
- Then use:
serve -s build
If you try to search for enterprise or organization's profiles or user's profiles that have more than 100 repos you will get an error page, at the moment BuscaDev isn't ready to fetch those kind of data because of GraphQL Github API nature but this will be fixed soon.
Marcelo "Masa" Alves
@masamarux
- 0.1 - (01/09/2021)
- Initial Release