This is a simple todo list application built using HTML, CSS, and JavaScript. It allows users to add tasks, mark them as completed, and delete them.
- Add tasks: Users can enter a task in the input field and press Enter or click the "Add" button to add it to the list.
- Mark tasks as completed: Users can click on a task to mark it as completed. Completed tasks are visually distinguished from incomplete ones.
- Delete tasks: Users can remove tasks from the list by clicking the delete icon next to each task.
- Responsive design: The application is designed to work well on various screen sizes, including desktops, tablets, and mobile devices.
- HTML: Used for structuring the content of the web page.
- CSS: Used for styling the user interface and making it visually appealing.
- JavaScript: Used for implementing the interactive features of the todo list, such as adding, completing, and deleting tasks.