Pokémon pomodoro
- 2 Devlogs
- 4 Total hours
Just a cute little web timer for my own usage! Built with JS, HTML and CSS. Will be slowly adding my own little animations...
Just a cute little web timer for my own usage! Built with JS, HTML and CSS. Will be slowly adding my own little animations...
Got a to-do list working! And styled it as well. I am learning JavaScript through this which I think is pretty neat.
Pikachu is serving as a placeholder until I draw in animations.
Next up is more styling…. which I’ve already been doing. Figuring out flexbox and block and all of the positioning methods are weird! I think I want to add in themes for each Pokémon animation I add.
Thought of making this project… a Pokémon pomodoro website! There are a lot of these out on the web, but I wanted my own. It’s meant to be very simple, with some cute animations that play for each one. I hope to add a lot of different ones as time goes on. I had a separate cursor project… but that requires a lot of research, so I might as well do this as someone with a lot more HTML/CSS experience!
So, for now:
–> I coded the timer functionality. I was fighting user input, but for now I’m going to go with a very simple 25/5 timer. User input time will most likely be later as I mess with JavaScript. When you reset the timer, it resets to 25 minutes even if you’re on a break. So… no trying to cheat the breaks… unintended feature but a welcome one. Yes I had to fidget w/ this a lot because I am weak at JavaScript (learned some of it WAY too long ago).