Virtual piano designed to create accessible opportunities for those wanting to learn musical instruments.
We're currently working on: Connecting the UI from the frontend to the backend. We hope that many users who like learning instruments at a very low cost would use our project on a daily basis! Backend can be found at: https://github.com/jxrin/paper-music-detection
- Clone the project repository
cd
into thesrc
directory- Run
npm install
to install all dependencies. - Run
npm start
. - Access project at
localhost:3000