/musical-scales

Generate musical scales and chords based on a key.

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Musical Scales

Musical scales generates the scale and common chords based on a user given key.

Made with ❤️ with JavaScript + TypeScript + React + Deno

To Do

  • Add in extended and 7th chords
  • Add in circle of fifths
  • Improve UI

Running Online

https://musical-scales.deno.dev/

Running Locally

You need to have Deno v1.28.0 or later installed to run this repo.

Start a dev server:

$ deno task dev