A simple ToDo web application built with HTML, CSS, and JavaScript that allows users to add events with dates and stores them locally using localStorage.
https://athulcoder.github.io/todo-app
- Add tasks with an associated date
- View and manage your tasks
- Delete tasks when completed or no longer needed
- Persistent storage with localStorage(data remains saved even after refreshing the page)
- HTML5
- CSS3
- JavaScript
- LocalStorage
- Clone the repository:
git clone https://github.com/your-username/todo-web-app.git