scrimba
Shant Dashjian's 96 Code Reviews of the Scrimba Frontend Career Path Students Projects
Code Review of kenzo's Quizzical
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Code Review of kenzo's Quizzical
AboutCommentsNotes
Code Review of kenzo's Quizzical
Expand for more info
code-review.md
run
preview
console
# Module: No. 11 - React Basics
# Project: Quizzical by kenzo
# Code Reviewer: Shant Dashjian


## What You Did Well:

1. You met the requirements of this project:
1. Two pages: start and questions
2. Get 5 questions from opentdb
3. Tally the answers
4. Style your app for good UX. You generally followed the design spec. See my last suggestion for improvement.


## Suggestions for Improvement:

1. Extract more React components. Do it as an exercise and for better organization and maintainability.
2. Extract your colors in CSS as variables.
3. Remove unneeded HTML nesting.
4. Fix the overused whitespacing in your answer buttons.


## Conclusion:

You did very well working on this project. I hope you found my suggestions useful. Keep on coding.
Console
/index.html
-16:53