A simple, responsive To-Do list web app built with vanilla JavaScript, HTML, and CSS.
Features include adding, deleting, marking tasks as complete, clearing all tasks, and persistent storage with localStorage.
- β Add Task: Enter a task and press Enter to add automatically.
- β Mark Complete: Check the box to strike through completed tasks.
- β Delete Task: Click on the task text to delete it with a single click.
- β Clear All: Button to remove all tasks at once.
- β Persistent Storage: Tasks are saved in localStorage and persist after page reload.
- β Responsive Design: Works on mobile, tablet, and desktop.
- HTML
- CSS
- JavaScript (vanilla)
- LocalStorage API