https://github.com/damassi/fretboard-trainer
Memorize the guitar fretboard quickly
https://github.com/damassi/fretboard-trainer
guitar learning typescript
Last synced: 5 months ago
JSON representation
Memorize the guitar fretboard quickly
- Host: GitHub
- URL: https://github.com/damassi/fretboard-trainer
- Owner: damassi
- Created: 2019-03-09T22:25:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T15:22:45.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T22:32:04.035Z (7 months ago)
- Topics: guitar, learning, typescript
- Language: TypeScript
- Homepage: https://fretboard-trainer.netlify.com/
- Size: 6.48 MB
- Stars: 24
- Watchers: 2
- Forks: 2
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/ctrlplusb/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
```sh
git clone git@github.com:damassi/fretboard-trainer.git
yarn install
yarn start
```