A simple ToDo List application to help you stay organized and productive.
Welcome to the ToDo List project! This web application allows users to manage their tasks efficiently by providing a clean and user-friendly interface for adding, editing, and deleting tasks.
- Add new tasks with details
- Mark tasks as completed
- Edit existing tasks
- Delete tasks
- Clean and responsive user interface
- Clone the repository :
git clone https://github.com/raviranjan0/todo-list.git
- Navigate to the project directory :
cd todo-list
- Open
ToDo.html
in your preferred web browser.
- Add a new task: Enter task details and click the "Add" button.
- Mark a task as completed : Check the checkbox next to the task.
- Edit a task : Click on the task text and modify as needed.
- Delete a task : Click the trash icon next to the task.
- HTML
- CSS
- JavaScript