DEV Community

Discussion on: I've created a free website to help musicians learn how to play every possible scale. I'd love your feedback!

Collapse
 
pamprog profile image
PamProg • Edited

It seems really nice so far !
Some design issue I stumble upon :

  • Audible Example : I think you should add a cursor: pointer; to the "Play" button, or, as it currently does play the chord/scale, to the whole button
  • Piano fingering : similary, we can click on the notes, but nothing really happens, and only the black notes have a cursor: pointer; :D
  • All chords/scales : the solfej.io/chords/all page is...ugly ? I know you know what I mean, same for solfej.io/scales/all :)

Great job anyway !

Edit : another thing, when I type "C" in the Scale search, I would like the first suggestions to be "C Major", and not "Cb Major" or other things : I don't know if you could build some learning algorithm about your own site or any other data you could exploit, but putting the "popular" responses first could be a good idea (like VS Code and Intellij does when Ctrl + Tab in their Editor)