Project primarily for exploring graphQL on the frontend with React.
Go to file
John Shaver 14ce6df7af Subscriptions are now working and updating some parts of the view. 2017-07-20 15:32:17 -07:00
public Started adding some material UI components. 2017-07-13 16:11:35 -07:00
src Subscriptions are now working and updating some parts of the view. 2017-07-20 15:32:17 -07:00
.gitignore Initial commit. 2017-07-01 11:36:21 -07:00
README.md Updated the readme all the way this time, heh 2017-07-14 16:34:51 -07:00
package-lock.json Added subscription support and switched backend to graphcool. 2017-07-14 14:21:35 -07:00
package.json Added subscription support and switched backend to graphcool. 2017-07-14 14:21:35 -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.

This project was bootstrapped with Create React App.