Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveeeie/react-github-api
An example React application that allows the user to search GitHub's v4 GraphQL API for repositories.
https://github.com/steveeeie/react-github-api
Last synced: 2 days ago
JSON representation
An example React application that allows the user to search GitHub's v4 GraphQL API for repositories.
- Host: GitHub
- URL: https://github.com/steveeeie/react-github-api
- Owner: Steveeeie
- Created: 2020-02-17T14:09:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T12:46:15.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T06:51:37.900Z (about 2 months ago)
- Language: JavaScript
- Size: 4.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-github-api
## Description
An example React application that allows the user to search GitHub's v4 GraphQL API for repositories.
## Tech Used
- `apollo-client`
- `graphql`
- `react`
- `react-router`
- `styled-components`
- `jest`
- `@testing-library/react`## Scripts
- `yarn start` - Starts a development server on port 3000
- `yarn build` - Builds production code
- `yarn test` - Runs jest tests