Drum Machine - Ready

Hi, guys!
Check out my drum machine I’ve made, doing Framework path here.

https://codepen.io/Dimitrii1/pen/oNzLxER?editors=0010

Happy Coding!:wink:

1 Like

Hi @Dimitrii!

I think your page looks good.

Keep up the good work!

1 Like

Thank you.
I hope the way I wrote Scss and React is good. I saw some examples where people mix css with Java Script. For me now is more comfortable write css and separate it from Js. And when I organise the project I first write HTML, then Style and when visually everything works the way I want, only then I’m starting split up the HTML in React components…
I don’t know if it is good approach, but it works for me.

Thanks again

1 Like

There are alot of different ways to include css into your react projects.

1 Like

Thank you
I’ll read it​:wink::+1:t2: