Consumindo a GitHub API com React
$git clone https://github.com/BoanergesJunior/Github_API.git
$cd Github_API
$yarn install | npm install
$yarn start | npm start
A aplicação pode ser observada no browser em http://localhost:3000
Árvore de derivação de arquivos
.
├── package.json
├── public
│ ├── index.html
│ └── robots.txt
├── README.md
├── src
│ ├── App.tsx
│ ├── assets
│ │ ├── github-background.svg
│ │ └── logo.svg
│ ├── index.tsx
│ ├── pages
│ │ ├── Dasboard
│ │ │ ├── index.tsx
│ │ │ └── styles.ts
│ │ └── Repository
│ │ └── index.tsx
│ ├── react-app-env.d.ts
│ ├── routes
│ │ └── index.tsx
│ ├── services
│ │ └── api.ts
│ ├── setupTests.ts
│ └── styles
│ └── global.ts
├── tsconfig.json
└── yarn.lock