πŸŽ‰πŸŽ‰πŸŽ‰ And we have confetti! Installed the canvas-confetti package, deployed it on the /write page upon publishing, and left a easter egg πŸ₯š in the site for people to go crazy with confetti

This took most of my day! Choosing between packages, seeing which ones were the easiest to implement, trying 3-4 different ones before reverting back to the first one which I previously tried before on Codepen using skypack packages. Then digging deep into learning how to use the functions, setting options. Had to experiment and trial and error a lot to see where best to place the function - nested within the Publish method, or directly in the HTML elements (of which there were some possible places - the publish btn using @click, the success message using a watcher/listener on v-if="success"? SOOO many different ways, so many rabbit holes to tumble into! 😡😩