Added demo to readme.

This commit is contained in:
John Shaver 2017-07-20 15:48:57 -07:00
parent 1574dac5c9
commit 785d45ab3f
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
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](https://bobjohnbob.github.io/elmman/) 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](https://github.com/facebookincubator/create-react-app).