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