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

Write logic to mark a to do list item complete (and reverse that) #2

Closed djbowen95 closed 1 year ago

djbowen95 commented 1 year ago

It's done when I write logic to mark a bucket-list item as complete or incomplete.

Also edit the BucketList.js file.

Probably the third step.

djbowen95 commented 1 year ago

Going to edit with a detailed explanation but I:

Function that is passed through props, logs current id to console

djbowen95 commented 1 year ago

Logic to return a new array with updated values

djbowen95 commented 1 year ago

Modify state, pass setBucket through props

djbowen95 commented 1 year ago

Update / improve styling

This issue is now complete.