Todo Shopping List using ReactHooks, Here we are reading users inputs and displaying the list of items by using useState React Hook and notifying users about invalid entries if they happen to make and deleting items on clicking on particular item you want to delete
Here we are reading user enetered items and displaying the list of entered items
outputing/displaying entered item
It throws error when button is clicked without adding any item to shopping list