A simple and elegant to-do list web application built using HTML, CSS, and vanilla JavaScript. The app allows users to add tasks, mark them as completed, and delete them. Tasks are saved locally using the browser's localStorage, so they persist even after refreshing the page.
Features:
- Add tasks with a simple click.
- Mark tasks as completed by clicking on them.
- Delete tasks by clicking on the delete button.
- Tasks are saved locally and persist across sessions.
Screenshots:

Getting Started: To run the app, simply open the index.html file in your web browser.
Credits: This project was created by [Mehak Arora].