My sandbox for creating test apps using Jasonette (created by Ethan, see this post on Medium).
Basically it's an easy way to build apps from pure JSON.
Jasonette website: http://docs.jasonette.com/
My raw github links as examples, and for easy copying:
https://raw.githubusercontent.com/hchiam/jasonetteApps/master/myFirstTestJasonetteApp.json
https://raw.githubusercontent.com/hchiam/jasonetteApps/master/minimalExample_label.json
https://raw.githubusercontent.com/hchiam/jasonetteApps/master/minimalExample_image.json
https://raw.githubusercontent.com/hchiam/jasonetteApps/master/minimalExample_button.json
My first Jasonette app made from pure JSON: It worked! Proof:
Note to self: don't confuse the "body" with the "body" inside the "templates": https://docs.jasonette.com/templates/
(This is just one of the things I'm learning: https://github.com/hchiam/learning)