In this video, we are going to build a simple dark & light mode theme toggle using basic JavaScript. You can add this to any UI design.
There are several ways that we can implement themes. Generally, these only choose between light and dark mode, but any color scheme could be a choice. Giving the user the ability to choose a theme in your UI design will increase your user experience (UX).
In the last two videos, I showed you how to do this using only CSS. This time we are going to look at another method that uses very basic JavaScript.
I still have one more way to implement a mode picker after this video. It’s going to use a bit more JavaScript and keep track of the users preference. So stay tuned for that.
There will also be some extra cool things thrown in throughout each video. So be sure to watch it to the end.
If this video helps you out, help me out by liking the video and subscribing for more videos like this.
Codepen: https://codepen.io/codeSTACKr/pen/qBbYQdX
Download the PDF, front-end roadmap for FREE to keep you on track!
https://courses.codestackr.com/front-end-web-developer-roadmap-2020
#javascript