Magic 8

We had a three-day turnaround on the data assignment, so I came up with something I could put together quickly. I found a JSON file with magic 8-ball answers (thank you jfraboni) and created a simple magic 8 site.

Importing and accessing the data was easy enough. The challenge was positioning and layering DOM elements within P5. I ended up hiding my canvas and using just CSS to place the elements. I look forward to getting more visual with data when I have a few more days to play with it.

See it online here: http://lmj.io/projects/icm/magic-8-ball/

Code is here: