This is a simple web application built using HTML, CSS, and JavaScript for creating and managing to-do lists.
- Add Tasks: Easily add new tasks to your to-do list.
- Delete Tasks: Remove tasks once they are completed or no longer needed.
- Mark as Completed: Check off tasks as you complete them.
- Responsive Design: The application is designed to work seamlessly across different screen sizes.
- HTML: Used for structuring the web page.
- CSS: Used for styling and layout.
- JavaScript: Used for dynamic functionality and interactions.
- Clone this repository to your local machine.
- Open
index.html
in your web browser. - Start adding tasks to your to-do list!
- Check off tasks when completed, delete them, or add new ones as needed.