This is a To-do-list application built using HTML, CSS, and Vanilla Javascript. This app allows you to manage your daily tasks by adding, editing, marking as done or undone, and deleting todos. The app stores your to-do list in the browser's local storage, so your list remains even after you close the app.
- Add a Todo list
- Mark a todo as done or undone again
- Edit a Todo
- Delete a Todo
- Todo lists will be store in localstorage
- Reset button for clearing all localstorage
- Clone the repository or download the zip file
- Open the index.html file in your browser
- Start adding your to-do items
The following tools and technologies were used in the development of this app:
. HTML . CSS . Vanilla Javascript