This project is a basic To-Do List built using HTML, CSS, and JavaScript. It allows users to add, delete, and mark tasks as completed.
-
Add New Tasks
Allows users to add new tasks to their list with ease. -
Delete Tasks
Users can remove tasks they no longer need from their to-do list. -
Mark Tasks as Completed
Users can mark tasks as completed, helping them track progress. -
Simple and Clean User Interface
The application features a user-friendly and minimalist design for a smooth experience. -
Persistent Storage
All tasks are saved in the browser's local storage, ensuring that they persist even after a page refresh.
-
Frontend:
Built using pure HTML, CSS, and JavaScript with no frameworks involved. -
Storage:
Tasks are saved using the browser's Local Storage to ensure data persistence.
-
Clone the repository:
git clone https://github.com/your-username/simple-todo-list.git cd simple-todo-list -
Open the project Simply open the index.html file in your browser to start using the To-Do List.
-
Use the To-Do List
-
Adding a New Task:
- Type your task into the input field.
- Press the Enter key or click the Add button to add the task to your list.
-
Marking a Task as Completed:
- Click on the task you wish to mark as completed. This will help you track your progress.
-
Deleting a Task:
- Click the Delete button associated with the task you want to remove. This will delete the task from your list.
This project is licensed under the MIT License. See the LICENSE file for more details.
