Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 339 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 339 Bytes

This is a Simple Todo App built with React with the below functionalities.

  1. You can add new tasks by writing a task in the textbox and then clicking the Add Tasks Button.
  2. You can also check a todo item by clicking on the item and it strikes through that item.
  3. You can also delete an item completely by clicking the delete button.