a simple and functional To-Do List application built using HTML, CSS, and Vanilla JavaScript — with no external libraries or frameworks.
Key features include:
Clean and minimal UI for a distraction-free experience
Functional task input field and dynamic buttons:
Add Task: Adds a new task to the list
Show Tasks: Displays all stored tasks
Delete All Tasks: Clears all saved tasks at once
Fully client-side using localStorage to persist tasks between sessions
Simple and efficient DOM manipulation with real-time updates
This project is a great demonstration of my JavaScript skills, particularly in managing user input, handling data storage, and dynamically updating the web page.