Project primarily for exploring graphQL on the frontend with React.
Go to file
John Shaver 1ca2f8f983 Updated build for demo. 2017-07-22 22:45:37 -07:00
build Updated build for demo. 2017-07-22 22:45:37 -07:00
public Started adding some material UI components. 2017-07-13 16:11:35 -07:00
src Cleaned up some eslint warnings 2017-07-22 22:43:57 -07:00
.gitignore Added build to this branch for demo. 2017-07-20 15:56:41 -07:00
README.md Updated the styling a little bit 2017-07-22 16:31:14 -07:00
package-lock.json Updated the styling a little bit 2017-07-22 16:31:14 -07:00
package.json Updated the styling a little bit 2017-07-22 16:31:14 -07:00

README.md

I created this project because a) I always wished there was a better way to track the progress of my CubScouts in getting their ranks and b) I wanted to learn graphql with Apollo.

Right now there is a demo (unfortunately subscriptions with graph.cool seem to be somewhat unreliable, so it may not connect/update properly) where you can tick off achievements for a single scout's wolf adventures. Currently the demo is subscribing to live updates from a graph.cool generated API to know which achievements are checked off.

This project was bootstrapped with Create React App.