Front end synthesizer to play the chord progressions generated by the Chord-Progression-Generator-API
Access the live demo here: https://chord-progression-generator.netlify.app/
- Setup project with
npm install
- Compile for development with
npm run serve
- Compile and minify for production with
npm run build
- Lint and fix files with
npm run lint
- Audio synthesizing with Tone.js
- Styling with Bulma
- Icons from The Noun Project
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.