I completed the drum project using react, I kept the design similar to what’s being shown in the dummy project.
https://react-drum-machine.vercel.app/.
(I am aware button effects are not showing on keyboard key click, will fix soon)
This took the longest time from all the projects I have built till now, the most problematic was playing sound on button click and took a long time(5-6 days) to figure out, as everyone stuck on this was advised to use Refs I was reluctant to use refs as it was not in the course.
Building it was easy, thinking and finding answers took a long time. now will use redux in the upcoming projects.