This is a simple React Todo List App created to practice working with React states and components. The app allows you to add and remove list items.
- Add new items to the todo list.
- Remove items from the todo list.
-
To add a new item, type the task in the input field and press the "Add Task" button.
-
To remove an item, click on the "Remove" icon (basket) button next to the item you want to remove.