A simple project built using create-react-app to generate random chord progressions for a given note and a key.
You can see this app running on GitHub Page
Clone the repository and install dependencies using npm
$ git clone git@github.com:gmrsagar/chord-pro.git
$ cd chord-pro
$ npm install
$ npm startThen go to https://localhost:3000 on the browser.