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 ito install dependencies. - Run
npm startto launch the server. - Navigate to
localhost:3000to try out the app!