A Bootstrap 5 website for running simple JS functions rather than running them/testing them on the console. Currently trying to implement a site-wide Dark Mode
Hosted at jsplayground.vidit.page
- This website uses https
- There is only one cookie that this website uses at this point, made using JS-Cookie. Its purpose is to save whether the user prefers dark or light mode on the website. It is a simple string-based key value pair, with the value being either "light" or "dark." It will be set to expire in 7 days.
Feel free to fork, but remember that some assets like the Favicon are copyrighted intellectual property of mine.