Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 561 Bytes

feedback.md

File metadata and controls

14 lines (13 loc) · 561 Bytes

Exquisite React

What We're Looking For

Feature Feedback
General
Answered comprehension questions
Small commits with meaningful commit messages
Code Requirements
Form submissions from PlayerSubmissionForm sent data back up to the Game component
Submissions from the Game component propagated to the FinalPoem component
Recent Submission only showed up if there was at least one previous submission
Best practices were followed: appropriate use of props and state, propTypes were defined, etc
Overall