See the app in action here!
Welcome to Piano Chords! This single-page application is a tool for learning piano chords and their notes.
This application (src/audiosynth.js) incorporates code from audiosynth.js by keithwhor, which allows the program to generate .wav files in the browser.
Backend: Rails-API
Frontend: HTML, CSS, JavaScript
To try this app in your local environment, clone and run following command from the piano-chords-backend directory:
$ bundle install
To start up local server:
$ rails s
For interactive console:
$ rails c
With the server running, open the index page from piano-chords-frontend directory:
$ open index.html
Bug reports and pull requests are welcome on GitHub at https://github.com/blumenthaler/Piano-Chords. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The project is available as open source under the terms of the MIT License.