Skip to content

6tring/fretboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fretboard - Guitar Chord Finder App

React SPA that uses a local chord database and manages state with useContext() and useReducer()

An interactive chord reference tool for guitarists. Users select chord key, quality, and bass note values from dropdown menus to generate visual chord diagrams rendered as SVG graphics from a local chord database. Selections are dispatched to a useReducer function, stored in React Context, then passed to a local chord database lookup that returns position data for client-side SVG rendering with no external API dependencies.

The deployed build version can be viewed at https://chord-finder-app.peterciluzzi.dev

About

Interactive guitar chord reference with SVG diagram rendering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors