Skip to content
Lee Hawthorn edited this page Apr 26, 2020 · 3 revisions

This app is built using React 16 and aim of app is to help folks learn the guitar.

I could not have built this app without the excellent fretboards library created by Carles Barrobés. He has also submitted multiple pull requests which is fantastic.

My ideas for this app :

  1. Add an Ear training game. This will play clean guitar notes and ask player to click on fretboard to place the note.
  2. Pitch training game. This will play notes in descending/ascending pitches and ask the player : higher or lower
  3. Optimise state management - maybe using functions and hooks
  4. Improve styling and overall UI

I welcome anyone that would like to contribute to the app.

I have applied CI to build the master on each commit. The production app is hosted by Vircel - they provide a friction free way to deploy apps and have built in support for React and other frameworks.

Clone this wiki locally