Experiment 1 - Getting Started (Baking Idea Generator)
Description
Generates a simple idea for
Technical
Using an object with array strings, then replacing those strings randomly in the template, we can make a pseudorandom baking suggestion generator
Reflection
Experiment went pretty smoothly, the biggest issue was porting from glitch to this setup. I needed to uncomment the call to main in project.js, which took me too long to figure out