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

https://github.com/graphqlcollege/gitstar

Github Client built with React Apollo
https://github.com/graphqlcollege/gitstar

apollo apollo-client apollographql github-api graphql react reactjs

Last synced: 17 days ago
JSON representation

Github Client built with React Apollo

Awesome Lists containing this project

README

          

# ⭐ GitStar ⭐ - React Apollo Github Client

![GitStar](gitstar.gif)

Read about it in https://www.graphql.college/building-a-github-client-with-react-apollo

See it live in https://git-star.netlify.com

## Technologies

⚛️ React

🚀 Apollo GraphQL

## Features

🔑 Github Authentication

🧔 Query authenticated user

📖 List repositories

📄 Pagination

⭐ Star repositories

👌 Optimistic updates

## Getting started

```
git clone git@github.com:GraphQLCollege/gitstar.git
cd packages/gitstar
yarn
yarn start
```