Please sign in to access this page

Practice

Practice

3 devlogs
1h 46m
•  Ship certified

A dead simple counter for consecutive piano practice attempts

Timeline

Ship 1

1 payout of shell 13.0 shells

Mateo Desuasido

about 1 month ago

Mateo Desuasido Covers 3 devlogs and 1h 46m

Alright! The website should be ready for deployment, and should soon be accessible at:

https://practice.skalixur.com

that is, once DNS finishes propagating 😭

Update attachment

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.

Update attachment

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.

Update attachment