To-Do List APP Using HTML, CSS & JAVASCRIPT.

INTRODUCTION
Today in this blog, you’ll learn how to create a Todo List App in HTML CSS & JavaScript. In this to-do app, you can easily add or delete your task. There are filters button too that helps you to filter the tasks. The tasks you added to this todo app will be stored in the browser's local storage, it won’t be removed on page refresh or tab close.
If you want to see what this todo app looks like and how it works then you can watch a demo or full video tutorial of the Todo List App in JavaScript.