An interactive piano application built using HTML, CSS, and JavaScript that allows users to play piano notes directly in their browser. This project showcases my front-end development skills and ability to create interactive web applications.
- Responsive piano layout.
- Playable keys using both mouse and keyboard.
- Visually appealing interface.
- Real-time sound playback for each key press.
- HTML: Structure of the web application.
- CSS: Styling for the piano and layout design.
- JavaScript: Handling key press events and playing the corresponding piano notes.
- Use the mouse to click on the piano keys to play notes.
- You can also use the corresponding keyboard keys to play the notes (e.g., A, S, D for C, D, E notes).