The recipe app project was the capstone project in Andrew Mead’s, The Modern JavaScript Bootcamp course. The challenge was to put together an app that used the features from both the Todo and the Notes app built earlier in his course
Drum Kit JavaScript Project
The point of this project is to have each key, when pressed, make a corresponding drum noise. It also uses CSS transitions and animations to make the project more interactive to the user. I completed this project earlier in my JavaScript learning phase. I found it quite confusing because I had never used the HTML audio API or the selection of DOM elements using the date-key attribute.