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

Fire | Ayesha - Exquisite react submission #43

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

Conversation

ayaseef
Copy link

@ayaseef ayaseef commented Jan 8, 2021

Assignment Submission: Exquisite React

Congratulations! You're submitting your assignment. Please reflect on the assignment with these questions.

Reflection

Prompt Response
Define in your own words: What does "state" in React mean? How do we use it?
Describe the relationships between the components on a high-level: which components were siblings? Which components were nested within each other?
How did this project differ from in-class examples?
How was this project similar to in-class examples?

Copy link

@CheezItMan CheezItMan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work Ayesha, you have a fully functional Exquisite corpse game and you got almost all the tests to pass. Well done.

The one test failing makes an assumption based on the index prop. You can see it on line 96 of PlayerSubmissionForm.test.js That's why it's failing.

return (
<div className="PlayerSubmissionForm">
<h3>Player Submission Form for Player #{ }</h3>
<h3>Player Submission Form for Player #{player}</h3>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note, that the test assumes the index prop determines which player's turn it is. That's why that test is failing.

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.

2 participants