This is a Simple Todo App built with React with the below functionalities.
- You can add new tasks by writing a task in the textbox and then clicking the Add Tasks Button.
- You can also check a todo item by clicking on the item and it strikes through that item.
- You can also delete an item completely by clicking the delete button.