The world's most advanced free digital microwave!
By: Andrew Blakey
Because Microwaves these days usually aren't free.
See above.
Q: When I turn the sound off, the beeps stop, but the microwave sound also goes away. That's not realistic.
That's a feature of this microwave and is why it is used and loved by millions.
I enjoy the Pop Tarts. But be sure to check out this book:
This project is for fun.
I used this font, which is absolutely amazing: https://www.keshikan.net/fonts-e.html
Container Queries! I love them. They make it easy to scale a font based on the local parent rather than the window width.
How about you implement a FSM in TypeScript for a toy project and tell me you're still having fun.
But seriously, yes, if this was an actual project, that's a good idea. Given this is a very shallow machine, basic conditional logic is actually much less work, even if it's a bit repetitive. There are no wacky side-effects or exception cases to worry about: you read a doSomething
function and know exactly what it does.