A fun little experiment
After completing my Scrimba course, I continued to work on my own programs to keep my skills fresh.
Using HTML, CSS and JavaScript, I created a web app to solve a simple programming problem. The user selects a starting and finishing number, and presses Start to display multiples of 3 and 5. Numbers divisible by 3 are replaced with "Fizz", by 5 with "Buzz", and "FizzBuzz" if divisible by both.
For a bit of extra fun, I added a bee image below the output text, which animates when starting the "game", or hovering over with the mouse. It also plays a short buzzing sound clip.