Project primarily for exploring graphQL on the frontend with React.
Go to file
John Shaver 7c585d366f Updated demo link again 2017-07-20 16:14:14 -07:00
public Started adding some material UI components. 2017-07-13 16:11:35 -07:00
src Fixed a problem with the scoutID not parsing correctly. 2017-07-20 16:10:47 -07:00
.gitignore Initial commit. 2017-07-01 11:36:21 -07:00
README.md Updated demo link again 2017-07-20 16:14:14 -07:00
package-lock.json Added subscription support and switched backend to graphcool. 2017-07-14 14:21:35 -07:00
package.json Fixed homepage/demo url (oops\!) 2017-07-20 15:56:03 -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 where you can tick off achievements for a single scout's wolf adventures. I've mostly built this project to learn graphql so I started there, there-fore it's not pretty (yet) but that is what I'll start working on next. 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.