This project is a simple to-do application created using JavaScript. Users can add new tasks, mark existing tasks as completed, or remove them.
- Clone the project to your computer.
- Open the
index.html
file in a web browser. - To add a new task, type a task into the input box and click "Add".
- To mark tasks as completed, check the checkbox next to the task.
- To remove tasks, click the "Delete" button next to the task.
- HTML
- CSS
- JavaScript
- Add new tasks
- Mark tasks as completed
- Remove tasks
This project is open source and welcomes contributions. You can submit "Pull Requests" to add new features or fix bugs.