Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Make sure to look at our Feedback.md file for your feedback and close this PR when done!
MiniProject Rubric (200 points total)
Functionality: 69/100
Completion: 54/80
Oath not done, voting and results page are not done.
Bug free: 15/20
Your app had a couple bugs. On the voting page, there were blank spaces for images, rankings, and prices because the component was expecting the whole object but only received names. If a user clicks “Create Event” before clicking the “Search” button, a link is generated that takes them to a blank page with an error about the map.
Design/Usability: 18/20 points
Quality: 58/80
Good coding practices: 35/40
Mostly good, but indents were inconsistent, commented-out code was not deleted before submission.
Readability/Documentation: 23/40
There were 3 comments that weren’t just commented out code, you mixed ES5 and ES6. The component that you described as “the add item form” was named “NewEvent.js”, so make sure you name things consistently and intuitively.
This change is