Welcome to the Piano Webpage project! This project is a simple yet interactive webpage that allows users to play musical notes by clicking on virtual piano keys. It is built using HTML, CSS, and JavaScript.
##Features
- Interactive Piano Keys: Users can click on the keys displayed on the webpage to play musical notes.
- Responsive Design: The webpage is designed to work well on various devices, including desktops, tablets, and smartphones.
- Sound Effects: Each piano key produces a distinct musical note, creating an enjoyable music-playing experience.
- User-Friendly Interface: The interface is intuitive and easy to use, making it accessible to users of all levels.
##Usage To use the Piano Webpage, follow these simple steps:
- Clone the repository to your local machine.
- Open the index.html file in a web browser.
- Click on the piano keys to produce musical notes and create melodies.
##Project Structure The project structure is as follows:
- index.html: Contains the structure and layout of the webpage.
- styles.css: CSS file for styling the webpage elements.
- script.js: JavaScript file for handling the piano key clicks and producing sound effects.