Skip to content

Jane's inspiration-board#29

Open
JaneEdwMcN wants to merge 6 commits intoAda-C10:masterfrom
JaneEdwMcN:master
Open

Jane's inspiration-board#29
JaneEdwMcN wants to merge 6 commits intoAda-C10:masterfrom
JaneEdwMcN:master

Conversation

@JaneEdwMcN
Copy link

Inspiration Board

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Explain the steps in creating a new Card from the form. The form values update the state. The state is then passed to the board component which then takes the state data and creates a new card with it and adds it to the api.
How did you learn how to use the API? From the class lectures and examples.
What function did you use to place the GET request from the API to get the list of cards? Why use that function? I used componentDidMount because i wanted the page to load before contacting the API.
Explain the purpose of a Snapshot test. To create a record for reference of what the components are producing to be alerted of any changes to prevent bugs from occurring.
What purpose does Enzyme serve in testing a React app? Enzyme is a library used to make assertions on React components.

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.

1 participant