This is a simple web application for managing a todo list. Users can input tasks along with their due dates and mark them as complete.
- Add Todo: Users can input tasks along with their due dates and add them to the todo list.
- Delete Todo: Users can delete tasks from the todo list once they are completed.
- Persistence: Todo items are saved to the browser's local storage, ensuring that they persist even after the browser is closed.
To run this application locally, follow these steps:
-
Clone this repository to your local machine:
-
Open the
index.html
file in your web browser.
- Adding Todo: Enter a task in the input field labeled "Enter Todo here" and select a due date using the date picker. Click the "Add" button to add the task to the list.
- Deleting Todo: Once a task is completed, click the "Delete" button next to it to remove it from the list.
Contributions are welcome! If you have suggestions for improving the application, feel free to submit a pull request or open an issue.