Welcome to my to do list application! This application allows you to efficiently organize and keep track of your tasks.
- Add new tasks with detailed descriptions.
- Mark tasks as completed.
- Delete tasks that you no longer need.
- Local storage to retain your tasks even after closing the browser.
- Clone this repository to your local machine.
- Open the
index.html
file in your web browser.
- To add a new task, click on the "Add Task" button and fill out the form.
- To mark a task as completed, simply click on the checkbox next to the task.
- To delete a task, click on the delete button next to the task.
If you would like to contribute to this project, you are welcome to! Simply follow these steps:
- Fork this repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes and commit them (
git commit -am 'Add a new feature'
). - Push the branch (
git push origin feature/new-feature
). - Open a pull request.
- HTML5
- CSS3
- JavaScript
- TypeScript
This project was created by Nadine Estrella.