Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmontes11/github-explorer
React UI for exploring GitHub using Apollo GraphQL
https://github.com/mmontes11/github-explorer
apollo apollo-hooks docker github grahpql helm helm-charts kubernetes react react-hooks
Last synced: 4 months ago
JSON representation
React UI for exploring GitHub using Apollo GraphQL
- Host: GitHub
- URL: https://github.com/mmontes11/github-explorer
- Owner: mmontes11
- License: mit
- Created: 2019-07-03T15:38:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T20:18:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-22T18:54:57.231Z (almost 2 years ago)
- Topics: apollo, apollo-hooks, docker, github, grahpql, helm, helm-charts, kubernetes, react, react-hooks
- Language: JavaScript
- Homepage: https://github-explorer.mmontes.duckdns.org
- Size: 588 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-explorer
[![Lint](https://github.com/mmontes11/github-explorer/workflows/Lint/badge.svg)](https://github.com/mmontes11/github-explorer/actions?query=workflow%3ALint)
[![Build](https://github.com/mmontes11/github-explorer/workflows/Build/badge.svg)](https://github.com/mmontes11/github-explorer/actions?query=workflow%3ABuild)
[![Test](https://github.com/mmontes11/github-explorer/workflows/Test/badge.svg)](https://github.com/mmontes11/github-explorer/actions?query=workflow%3ATest)
[![Release](https://github.com/mmontes11/github-explorer/workflows/Release/badge.svg)](https://github.com/mmontes11/github-explorer/actions?query=workflow%3ARelease)
[![Deploy](https://github.com/mmontes11/github-explorer/workflows/Deploy/badge.svg)](https://github.com/mmontes11/github-explorer/actions?query=workflow%3ADeploy)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/github-explorer)](https://artifacthub.io/packages/helm/mmontes/github-explorer)React UI for exploring GitHub using Apollo GraphQL.
## Demo
[https://github-explorer.mmontes.duckdns.org](https://github-explorer.mmontes.duckdns.org)
## Install
```bash
helm repo add mmontes https://mmontes11.github.io/charts
helm install github-explorer mmontes/github-explorer
```