This project is a simple and interactive To-Do List application built using HTML, CSS, and JavaScript. It allows users to add, edit, and remove tasks, helping them stay organized and manage their daily activities efficiently.
ToDo_List/
├── index.html # The main HTML file containing the structure of the To-Do list
├── style.css # CSS file for styling the To-Do list
├── script.js # JavaScript file for adding interactivity to the To-Do list
└── .gitignore # Git ignore file to exclude unnecessary files from version controlTo get started with this project:
-
Clone the repository:
git clone https://github.com/devanshidudhatra/ToDo_List.git cd ToDo_List -
Open
index.htmlin your preferred web browser to view and interact with the To-Do list.
- Add Tasks: Users can add new tasks to their To-Do list.
- Edit Tasks: Users can edit existing tasks to update their details.
- Remove Tasks: Users can remove tasks that are no longer needed.
- Persistent Data: The list of tasks persists even after the page is refreshed, thanks to local storage.
Developed by Devanshi Dudhatra
Thank you for exploring the To-Do List project! If you find this project helpful, please consider giving it a star ⭐ on GitHub.