Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 514 Bytes

feedback.md

File metadata and controls

12 lines (11 loc) · 514 Bytes

Inspiration Board

Requirement yes /no
Card Component renders the data provided as props
Board Component takes a URL and renders the list of Cards and passes in callback functions
NewCardForm Component is a controlled form and uses a callback function to return entered data to the parent component
GET request made in componentDidMount
DELETE request made in callback function
POST request made in callback function passed to NewCardForm component
Snapshot testing
Styling