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
- Host: GitHub
- URL: https://github.com/graphqlcollege/gitstar
- Owner: GraphQLCollege
- Created: 2018-03-16T17:03:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T14:49:44.000Z (almost 8 years ago)
- Last Synced: 2025-04-28T21:44:14.087Z (11 months ago)
- Topics: apollo, apollo-client, apollographql, github-api, graphql, react, reactjs
- Language: JavaScript
- Homepage: https://www.graphql.college/building-a-github-client-with-react-apollo
- Size: 1.04 MB
- Stars: 17
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⭐ GitStar ⭐ - React Apollo Github Client

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
```