scouttracker/README.md

15 lines
716 B
Markdown
Raw Permalink Normal View History

2017-07-14 00:24:36 +00:00
I created this project because a) I always wished there was a better way to
2017-07-20 22:56:03 +00:00
track the progress of my CubScouts in getting their ranks and b) I wanted to
learn graphql with Apollo.
2017-07-01 18:36:21 +00:00
2017-07-22 23:31:14 +00:00
Right now there is a
[demo](https://bobjohnbob.github.io/scouttracker/build/?id=cj54d5gqs6f4e0156y7x8tj0f)
(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.
2017-07-20 22:48:57 +00:00
2017-07-22 23:31:14 +00:00
This project was bootstrapped with [Create React
App](https://github.com/facebookincubator/create-react-app).
2017-07-01 18:36:21 +00:00