This is a basic Todo App project that allows you to create tasks and delete them.
- Add a new task with a description.
- Delete tasks when they are completed or no longer needed.
- Open
index.html
in a web browser to use the app. - Enter your task in the input field and click "Add Task".
- To delete a task, click the "Delete" button next to the task.
- HTML
- CSS
- JavaScript
If you would like to contribute to this project, feel free to fork the repository and submit a pull request.