I wanted to build a simple project to help me understand more about JavaScript. A countdown timer seemed like an excellent idea as it allowed me to play around with timing events, using functions (for each button) and layout.
It doesn't look like much, but I'm very pleased with the result. This is the first coding project which I wrote every line of code for myself. I used forums for help (*nods to Stackexchange*), but I didn't copy a single line from the internet without first understanding why that code was a good suggestion for my programme.
There's more I could do with the layout and formatting, but I'm considering this "Done done" because the project helped me reach my objective, to learn more about JavaScript.