A simple practice tool for counting the number of semitones (half notes) between two given notes. Developed with Node.js and Express.
Visit https://youtu.be/YgstxuuK9Fw to see a full demo video.
- Clone this repository.
- Run
npm i
to install dependencies. - Run
npm start
to launch the server. - Navigate to
localhost:3000
to try out the app!