An open API service indexing awesome lists of open source software.

https://github.com/chinnanj666/piano-music

"Piano Music" is a responsive web application enabling users to play piano notes via keyboard or touch screen, featuring interactive keys, adjustable volume, and customizable key visibility. Built with HTML5, CSS3, and JavaScript for a seamless musical experience.
https://github.com/chinnanj666/piano-music

Last synced: 4 months ago
JSON representation

"Piano Music" is a responsive web application enabling users to play piano notes via keyboard or touch screen, featuring interactive keys, adjustable volume, and customizable key visibility. Built with HTML5, CSS3, and JavaScript for a seamless musical experience.

Awesome Lists containing this project

README

          

# Piano Music

Piano Music is a web-based application that allows users to play piano notes using their keyboard or touch screen. It provides a simple interface with responsive design, making it accessible on various devices.

Screenshot 2024-07-06 at 09 16 24

## Features

- **Interactive Piano Keys**: Click or touch the keys to produce musical notes.
- **Keyboard Support**: Play notes using corresponding keys on your computer keyboard.
- **Responsive Design**: Optimized for both desktop and mobile devices.
- **Volume Control**: Adjust the volume slider to control the sound output.
- **Key Visibility Toggle**: Hide or show the keys using the checkbox option.

## Getting Started

To run this project locally, follow these steps:

1. Clone the repository: `git clone https://github.com/chinnanj666/piano-music.git`
2. Navigate to the project directory: `cd piano-music`
3. Open `index.html` in your web browser.

Alternatively, you can [view a live demo here](https://chinnanj666.github.io/piano-music/).

## Usage

- Press the piano keys displayed on the screen or use the corresponding keys on your keyboard to play notes.
- Adjust the volume slider to control the sound output.
- Toggle the checkbox to hide or show the piano keys on the interface.

## Technologies Used

- HTML5
- CSS3 (including Flexbox and CSS Grid)
- JavaScript (ES6)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.