This is a simple to-do list web application built using HTML, CSS, and JavaScript.
- Add new tasks
- Edit existing tasks
- Delete tasks
- Mark tasks as completed
- Drag and drop to reorder tasks
- Dark mode toggle
- Persistent storage using LocalStorage
You need a web browser to run this application.
- Clone the repository:
git clone https://github.com/enteecaay/Todolist-HTML-CSS-JS.git
- Open the
index.htmlfile in your web browser.
- To add a new task, type the task in the input field and click the "ADD" button or press "Enter".
- To edit a task, click the edit button next to the task.
- To delete a task, click the delete button next to the task.
- To mark a task as completed, check the checkbox next to the task.
- To reorder tasks, drag and drop them in the desired order.
- To toggle dark mode, use the switch in the header.

