This is a basic To-Do List application built using HTML, CSS, and JavaScript. The application allows users to add, manage, and delete tasks easily.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Responsive design for mobile and desktop
You can check out the live version of this To-Do List app here.
- HTML: For structuring the application.
- CSS: For styling the user interface.
- JavaScript: For adding functionality to the to-do list, such as adding and removing tasks.