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 |