It's not very impressive, but I decided I wanted to get better at recognizing NHL jersey numbers and was frustrated with the options available to learn (out of date Sporcle quizs and the like), so I tossed together a flashcard game with the help of Claude.

It pulls data directly from the NHL to stay up-to-date with changes to the roster, but is otherwise a pretty straight-forward and basic sveltekit app.

I've toyed with using AI for stuff like this (my day job isn't coding related), and this was consistent with previous experiences where I found it helpful in some respects (especially all the css and stuff which I don't really know too well), but it could also get stuck and produce some awful messes trying to fix it. I pulled this together mostly over the course of a couple hours, though, which definitely wouldn't have happened if I did it from scratch.

https://numbrrs.ca to play or https://github.com/jamincan/numbrrs if you have contributions or feedback.