Please sign in to access this page
A dead simple counter for consecutive piano practice attempts
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Alright! The website should be ready for deployment, and should soon be accessible at:
that is, once DNS finishes propagating 😭
Project's done! Works on mobile, success threshold and count persist between refreshes, and options and about page works. Looking forward to actually using it, now.
So, what is this?
It's a dead simple counter to help me practice piano. I've been playing piano for a couple years, and whenever practicing, I try to play each measure correctly at least seven times in a row before moving onto the next one. Before creating this website, I used a dice to keep track of my progress, but I've since lost it! (thanks, dear brother)
So, this is my solution to that: a website. Here's the functionality I want to include:
- Tap in the bottom half of the screen to increment the counter by one
- Tap in the top half to reset it to zero
- A motivational message, once you get to seven
- A customizable success threshold to choose the difficulty of practice
- Mobile compatibility (because I'm not putting a computer on the piano, please!)
So far, the first three requirements are good. All that's left is to make it look a little prettier, make it customizable, and clean up mobile functionality.