Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 822 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 822 Bytes

Todo-List-App

Todo List App using HTML CSS And JavaScript

In this To Do List app we can add our personal and business tasks and mark them as completed or incomplete. We can write the new task in the input box, select whether it’s personal or business, and click on the "Add" button then the new task will be added to the list. We can click on the task name to mark it as a completed or incomplete task. We also have two close icons edit/delete to edit or delete a particular task from the Todo list.

In this JavaScript Project, we are using Local Storage that will store the task list or Todo list in our web browser, so if we close or restart the browser the Todo list still will be displayed.

Todo list app