You’re a web developer who has been hired by a music education company. This client wants you to create an interactive game to help their beginner-level piano students study. Create a piano player with DOM events in JavaScript!
- HTML
- CSS
- JavaScript
- Git, GitHub and GitHub Pages
- Clone the repository and change directory.
git clone https://github.com/RahimGuerfi/piano-keys.git
- Open "piano-keys/index.html" file.
This was a practice project from the full stack program at Codeacademy.
HTML and CSS were given to me, I did the JavaScript work.
Bonus: I added notes sounds by myself.