Building a Stupid Data Product, Part 3: The Single-Page App (PureScript)
OK, so last time we built a web service that responds to GET requests with random (bogus) elementary school science questions. In this third (and last) installment, we'll create a single-page quiz app that consumes the service.
Here's a rough stab at a wireframe:
On the …