Item List ManagerMedium
You are tasked with creating a simple React application called "Item List Manager" that displays a list of items and allows users to add new items to the list.
![]()
Detailed Requirements
- When the application loads, it should display an empty list.
- The input field should accept user text input.
- When the button is clicked:
- The text from the input field should be added to the list.
- The input field should be cleared.
- If the input field is empty and the button is clicked, nothing should be added to the list.