Project: Todo App
Combine State, Lists, and Event Handling.
- Create an input and a button.
- Store the list of todos in an array state.
- Add items to the list on button click.
- Allow removing items by filtering the state.
React JS 0 to Hero: The Complete Guide
Combine State, Lists, and Event Handling.