I made a simple collection of buttons that play sounds on click, for fun or suspense. This is similar to, and inspired by Discord's Soundboard feature. There are currently three sounds, a dramatic, three-chord sound, a cat and a duck, and I may add more in the future.
GitHub: github.com/bettatested/SoundButtonWebsiteThing
I built SimpleIP, a simple, privacy-respecting web tool that displays the user's IP address.
github.com/bettatested/SimpleIP
I built a random weather app from 119 locations around the world.
GitHub: github.com/bettatested/weathersomewhere
Live: weathersomewhere.netlify.app (no API key required!)
I added code to round temperature data to prevent long strings of numbers, and instead of using the OpenWeatherMap API directly, I download data from there sometimes and the browser loads files from the Netlify server.