This simple To-Do List application allows users to list, mark, and remove tasks.
- Add new tasks.
- Mark tasks as complete.
- Delete tasks.
- Save your tasks to local storage, so your data is preserved when you reload the page.
To use the application, follow these steps:
-
Clone the project from GitHub:
git clone https://github.com/username/to-do-list-app.git
-
Navigate to the project folder:
cd to-do-list-app
-
Open the HTML file in a web browser:
Open the index.html file in a web browser.
-
To add a new task, type your task in the text box and click the "Add" button.
-
To mark a task as complete, click on the task.
-
To delete a task, click on the "x" icon next to the task.
-
Your tasks are stored in local storage and will be preserved when you reload the page.
If you want to contribute to the project, please follow these steps:
- Fork this project.
- Add new features or fixes.
- Submit your changes with a pull request.