You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
build | 6 years ago | |
public | 6 years ago | |
src | 6 years ago | |
.gitignore | 6 years ago | |
README.md | 6 years ago | |
package-lock.json | 6 years ago | |
package.json | 6 years ago |
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.