/To-do-list

Todo List web application created using HTML, CSS, and JavaScript. The application allows users to efficiently manage their tasks by providing basic functionalities such as creating a new task, marking tasks as completed, and removing tasks from the list.

Primary LanguageCSS

To-do-list

Overview

This is a lightweight Todo List web application created using HTML, CSS, and JavaScript. The application allows users to efficiently manage their tasks by providing basic functionalities such as creating a new task, marking tasks as completed, and removing tasks from the list.

Features

Create: Add new tasks to the list to keep track of your to-dos.
Read: View the entire list of tasks at a glance.
Update: Mark tasks as completed to track your progress.
Delete: Remove tasks from the list once they are completed or no longer needed.
Technologies Used HTML: Structure of the web page.
CSS: Styling for a clean and user-friendly interface.
JavaScript: Dynamic behavior and interaction with the user.

How to Use

Clone the repository to your local machine.
Open the index.html file in your web browser.
Start managing your tasks by adding, completing, and removing items from the list.
Contributing