Skip to content

A React app that use Graphql to fetch Github user's profile and repositories data.

Notifications You must be signed in to change notification settings

masamarux/busca-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

favicon BuscaDev

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! 8M2lfMN3wU

Description

By writing a github's username, you will have a page with the user's infos and repositories.

Getting Started

Dependencies

  • @apollo/client;
  • bootstrap;
  • graphql;
  • react-bootstrap;
  • react-icons;
  • styled-components;
  • and others react's dependencies;

Installing and Executing

  • 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

Help

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.

Authors

Marcelo "Masa" Alves
icons8-twitter-16 @masamarux

Version History

  • 0.1 - (01/09/2021)
    • Initial Release

About

A React app that use Graphql to fetch Github user's profile and repositories data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published