/fretboard

A lighweight application to learn the guitar or banjo fretboard

Primary LanguageHTMLApache License 2.0Apache-2.0

Fretboard : learn the guitar fretboard

Fretboard is a lighweight application to learn the guitar or banjo fretboard.

Screenshot of the application.

Click here to use fretboard.

Changelog

Version 0.0.3

2023/11/19

  • Bug: notes were flip backwards (starting from the low string instead of high string)
  • Bug: CAGED shapes checkboxes were not in order
  • Added pentatonic minor mode

Version 0.0.2

2023/11/19

  • Added favicon
  • Added link to application (Github pages)

Version 0.0.1

2023/11/19

First version

Developer workflow

Fretboard is a pure JS/HTML app and does not require any build process.

Run/Debug locally

To run locally, simply start a web server. For example using Python

python -m http.server

Deployment

Fretboard is deployed automatically using GitHub pages to https://mkiki.github.io/fretboard/