This project is a simple web application that allows users to create and manage their daily to-do lists. Users can add, check, or delete tasks.
- Ability to add to-do tasks
- Ability to check off to-do tasks
- Ability to delete to-do tasks
- Automatic data storage in local storage
- User-friendly interface
- Clone this repository to your local machine.
- Navigate to the downloaded folder.
- Open the
index.html
file in a web browser.
- To add a new to-do task, enter the task in the text box and click the "Add" button.
- To mark a to-do task as complete, click on it.
- To delete a to-do task, click the "X" icon next to it.
This project is open to any kind of contributions. Please open an issue to discuss any changes before submitting a pull request.
- Fork this repository to your GitHub account.
- Create a new branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to your branch:
git push origin my-new-feature
- Submit a pull request.