Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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