fretboard-trainer

Memorize the guitar fretboard quickly

Stars
22

Fretboard Trainer

Memorize the fretboard quickly

This was built as an exploration project to see where Redux was after a few years away from it, and what it looks like now that React Hooks have landed. It seems to be doing ๐Ÿ‘Œin the form of easy-peasy, a library that abstracts away some of the more verbose vanilla Redux patterns into an easy-to-use yet fully-backwards-compatable wrapper. (It also has excellent TypeScript support.)

Todo:

  • Replace CSS animation with React Spring
  • Code cleanup

Setup

git clone [email protected]:damassi/fretboard-trainer.git
yarn install
yarn start
Related Projects