Early 2020: I moved a running list of piano songs from a plain text file into a Google Sheet—easier to track progress, easier to share with friends who wanted to hear a recording.
Now in 2025, I’ve taken it a step further and put the whole thing online. I built a simple single-page app with Next.js that displays my full repertoire, including notes about how well I feel I can play each piece and whether I had to transpose it to get it closer to the original key. I also included links to sheet music when available, in case you're looking to try any of the songs yourself.
Explore the full list in person here: repertoire.chrisvogt.me. And if you're curious about how it's built, here's the code on GitHub.