To-Do-List-WebApp:
A simple and intuitive To-Do List application that allows you to manage your tasks efficiently. Add, mark as completed, and remove tasks with ease, and your data will be saved locally in your browser.
Features:
1. Add tasks to your list by entering them in the input box and clicking the "Add" button.
2. Mark tasks as completed by clicking on them.
3. Remove tasks from the list by clicking the "X" icon next to each task.
4. Your task list data is automatically saved in your browser's local storage.
Technologies Used:
1. HTML
2. CSS
3. JavaScript