/chord-pro

A chord progression generator web-app built with mobile first approach

Primary LanguageJavaScript

Chord Pro [WIP]

A simple project built using create-react-app to generate random chord progressions for a given note and a key.

Maintainability

Running app

You can see this app running on GitHub Page

Installation

Clone the repository and install dependencies using npm

$ git clone git@github.com:gmrsagar/chord-pro.git

$ cd chord-pro

$ npm install

$ npm start

Then go to https://localhost:3000 on the browser.