Skip to content

Lynne Cooney Week 3 Homework#2

Open
ilynne wants to merge 28 commits intofrontend-application-development-uw20:masterfrom
ilynne:master
Open

Lynne Cooney Week 3 Homework#2
ilynne wants to merge 28 commits intofrontend-application-development-uw20:masterfrom
ilynne:master

Conversation

@ilynne
Copy link

@ilynne ilynne commented Apr 27, 2020

Week 3 HW Submission

Please fill out the information below in order to complete your assignment. Feel free to update this comment later if necessary.

  • Comfort rating on this assignment (1-5): 4
  • Completion rating on this assignment: complete

}

deleteCartItem = (id) => {
const newCartItems = this.state.cartItems.filter(cartItem => cartItem.id !== id);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great use of array functions

const { property } = this.state;

return (
<div className={'add-property-form-container'}>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Above and beyond with the form!

<PolaroidPhoto
image={image}
location={location}
>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these can be self closing tags?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants