A simple and fun web timer built with love that lets you pick how you want your eggs cooked, soft (10 min), medium (15 min), or hard (20 min). Click Start and watch the animation along with countdown until it’s done. It’s built with HTML, CSS, and…
A simple and fun web timer built with love that lets you pick how you want your eggs cooked, soft (10 min), medium (15 min), or hard (20 min). Click Start and watch the animation along with countdown until it’s done. It’s built with HTML, CSS, and JavaScript and shows the time left visually as it counts down.
For the egg animations I used AI to generate the pixel art canvas code since that was a bit out of my range, but I read through all of it and made sure I actually understood how it worked before putting it in, things like how the animation loop runs, how each pixel gets drawn, and how the stages connect to the timer I already built myself