| Feature | Feedback |
|---|---|
| Core Requirements | |
| Git hygiene | |
| Comprehension questions | |
| General | |
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 |
|
| API | |
GET request made in componentDidMount |
|
| DELETE request made in callback function | |
POST request made in callback function passed to NewCardForm component. |
|
| Snapshot testing | |
| Styling | |
| Overall |