djbowen95 / Hit-the-Bucket

Front-end BUCKET LIST application built with REACT. Users can add, update or delete items from a bucket list - which persists when they refresh or revisit the page. Uses STATE, HOOKS, COMPONENTS, PROPS, conditional rendering, forms and event handling. Built from starter code.
https://djbowen95.github.io/Hit-the-Bucket/
MIT License
0 stars 0 forks source link

Edit / delete button #7

Closed djbowen95 closed 1 year ago

djbowen95 commented 1 year ago

It's done when each bucket-list item renders a button to edit and delete the item.

Final item on the list. Not sure if I will have to do this as the second/third task, before working on the other stuff, or not? Will work it out as I start working on the project.

djbowen95 commented 1 year ago

Completed both of these steps when working on #3 and #4.