This project is from Zero to Mastery: Jacascript Web Projects: 20 Projects to Build Your Portfolio. This is project 13 / 20.
You can view a live version of the project here
You can view the full list of project from this course here.
This was a pretty neat project. I think the game itself was actually pretty simple. The part that really interested me with this project was confetti.js and modules. Modules are something that I have never used before. I am used to scss where I can reference different .scss files inside of other .scss files. I never really thought I could do this with JavaScript. It makes my JS code pretty clean if I can just reference another .js file like that. I like to not clutter my files if I can help it.