Welcome to the To-Do List Web Application! This project is designed to help you keep track of your tasks and stay organized.
- Add New Tasks: Easily add new tasks to your list.
- Mark Tasks as Complete: Check off tasks when they are done.
- Delete Tasks: Remove tasks that are no longer needed.
- Edit Tasks: Modify tasks if changes are needed.
- User-Friendly Interface: Simple and intuitive design for easy navigation.
- HTML: For creating the structure of the web pages.
- CSS: For styling the web pages and making them visually appealing.
- JavaScript: For adding interactivity to the web application.
- Bootstrap: For responsive design and styling.
- Local Storage: To save tasks in the browser, so they persist even after the page is refreshed.
a) Adding a Task:
- Enter the task description in the input field.
- Click the "Add Task" button.
- The new task will appear in the task list below the input field.
b) Marking a Task as Complete:
- Click the checkbox next to the task.
- The task description will be crossed out to indicate that it is complete.
c) Deleting a Task:
- Click the "Delete" button next to the task.
- The task will be removed from the list.
d) Editing a Task:
- Click the "Edit" button next to the task.
- Modify the task description in the input field that appears.
- Click the "Save" button to save the changes.
Contributions are welcome! Please open an issue or submit a pull request if you have any suggestions or improvements.
This project is licensed under the MIT License.