This is a simple to-do list application with a user-friendly and attractive user interface. It allows you to create, manage, and persist your to-do tasks using local storage. This means your tasks will be saved even if you close the browser, making it a convenient tool for organizing your daily activities.
-
User-Friendly Interface: The application provides an intuitive and clean user interface for a seamless user experience.
-
Create Tasks: Easily create new tasks by typing them into the input field and clicking the "Add" button.
-
Check Off Completed Tasks: You can mark tasks as completed by clicking the checkbox next to each task.
-
Local Storage: Tasks are stored in the browser's local storage, ensuring they are preserved even after refreshing or closing the browser.
-
Add a New Task:
- Type your task in the input field.
- Click the "Add" button or press
Enterto add the task to your list.
-
Mark a Task as Completed:
- Click the checkbox next to a task to mark it as completed.
-
Delete a Task:
- Click the "Delete" button next to a task to remove it from your list.
-
Persistence: Your tasks are automatically saved in local storage, so you can continue where you left off, even after closing or refreshing the browser.
-
Clone or download this repository to your local machine.
-
Open the
index.htmlfile in your web browser to launch the application. -
Start adding and managing your tasks!
- HTML
- CSS
- JavaScript (for local storage and interaction)
Enjoy staying organized with your new to-do list!