Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 886 Bytes

File metadata and controls

15 lines (8 loc) · 886 Bytes

TodoShoppingList-using-reactHooks

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

Outputdemo

outputing/displaying entered item

Outputdemo

It throws error when button is clicked without adding any item to shopping list Outputdemo