Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 430 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 430 Bytes

Homework

  1. Create the action to remove a product, and update the state to remove a product by id
  2. OPTIONAL: Create a more flexible product making form that will allow you to make a product with all field data, show this data too
  3. OPTIONAL: Create a filter search bar that allows you to shrink the list of products by whats typed! hint: it would help if you updated the global state with every keystroke!