Hey friends, today in this blog you'll learn how to create background color changer App using HTML CSS & JavaScript. In the previous blog, I've also shared how to create Todo App in JavaScript but in that program when you refresh
In the video, you have seen the Backgound Changer App and how it is created using HTML CSS & JavaScript. I hope
you've understood the codes behind creating this program. It may be difficult to understand the
JavaScript codes of this program but don't worry once you download the code files of this program and
try with yourself, you'll easily understand.
You may wonder about how these to-do app tasks remain even after refreshing the webpage right? Well, at
first, the tasks you've added will store in your browser's local storage and then these lists are
retrieved into an HTML file in the form tag using JavaScript.
You may feel difficult to understand what I'm saying right? If yes then you've to watch the video
again and again because in the video I have written the comment of each JavaScript line and tried my
best to understand the codes for you.