The To-Do List App is a simple web application that allows users to manage their tasks. Users can create new tasks, mark tasks as completed, edit task details, and delete tasks. It is built using HTML, CSS, and JavaScript.
You can view a live demo of the To-Do List App.
https://sahchandan781.github.io/30Days30JavaScriptProject/To-Do%20List%20App
- Add tasks: Users can add new tasks with a title and description.
- Mark tasks as completed: Users can mark tasks as completed by checking a checkbox next to each task.
- Edit tasks: Users can edit the title and description of existing tasks.
- Delete tasks: Users can delete unwanted tasks.
- Local storage: Tasks are stored locally in the browser's storage, allowing users to access them even after closing the browser.
-
Clone the repository:
git clone https://github.com/sahchandan781/30Days30JavaScriptProject.git
-
Navigate to the To-Do List App directory:
bash
cd 30Days30JavaScriptProject/To-Do\ List\ App
-
Open the index.html file in a web browser or using a live server extension in your code editor.
Use the interface to add, mark as completed, edit, and delete tasks as desired.
Contributing Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or create a pull request.