ElsonOtake/Final_capstone_backend

[12pts] Create Add and Delete item component.

Closed this issue · 0 comments

  • Create a function that allows to the users click the "Delete" button, when this happens the selected item is marked as removed and does not show on the main list anymore.
  • Create a function that allows to the user click the "Add" button, when this happens the new item is created and should render on the home page.
  • Responsive design.