Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jazz Board #28

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Jazz Board #28

wants to merge 5 commits into from

Conversation

jazziesf
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 has required text field and optional emoji enhancement. Adding state to both elements will allow the applicaiton to handle events when state needs to change. The form submit has a callback function to the Board that handles the request to the API.
How did you learn how to use the API? Looking at the endpoints of that particular API and adjusting my card to be formatted the same way.
What function did you use to place the GET request from the API to get the list of cards? Why use that function? Used componentDidMount() function to allow our application to load fully prior to making the API request.
Explain the purpose of a Snapshot test. Allows us to compare future runs of the test to a snapshot and alert the user to any changes to the component.
What purpose does Enzyme serve in testing a React app? Enzyme is a library that provides more convenient testing syntax, as well as some advanced functionality.

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