Skip to content

Dev-Daljeet/react-piano-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Piano App

This project is a web piano app through which an user can play the three octaves (3, 4 & 5) of a piano.

Web technologies used: HTML5, CSS3, JavaScript, React.js

Sound font player package is used for audio in this application.

Click the link in About section to use the web piano.

A sample screenshot of Project

Screesshot of default

The three octaves of piano used in this application:

Screenshot of three ocatves

Installation and Setup Instructions

This project was bootstrapped with Create React App.

Firstly, clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To start a server:

npm start

To visit the app:

Open localhost:3000 to view it in the browser

License

MIT License Copyright (c) 2021 Daljeet Singh

Refer to LICENSE file for full information.