Skip to content

🚀A React + Apollo + GraphQL GitHub Client. Your opportunity to learn about these technologies in a real world application.

Notifications You must be signed in to change notification settings

shaunstanislauslau/react-graphql-github-apollo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A React + Apollo + GraphQL GitHub Client

Features

  • React 16 with create-react-app
  • Responsive
  • React Router 4
  • Apollo with GitHub GraphQL API
    • Queries and Mutations
    • Optimistic Updates
    • Pagination
    • Optimistic Fetch (e.g. Issues)
      • not everywhere for the purpose of demonstrating

Installation

  • git clone [email protected]:rwieruch/react-graphql-github-apollo.git
  • cd react-graphql-github-apollo
  • add your own GitHub personal access token in a .env file in your root folder
    • REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN=xxxXXX
  • npm install
  • npm start
  • visit http://localhost:3000

Want to learn more about React + GraphQL + Apollo?

About

🚀A React + Apollo + GraphQL GitHub Client. Your opportunity to learn about these technologies in a real world application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.4%
  • CSS 12.9%
  • HTML 3.7%