scrimba
Shant Dashjian's 96 Code Reviews of the Scrimba Frontend Career Path Students Projects
Code Review of Sunil's Travel Journal
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 Sunil's Travel Journal
AboutCommentsNotes
Code Review of Sunil's Travel Journal
Expand for more info
code-review.md
run
preview
console
# Module: No. 11 - React Basics
# Project: Travel Journal by Sunil
# Code Reviewer: Shant Dashjian


## What You Did Well:

1. You met the requirements of this project:
1. Follow the design spec.
2. Place the data array in a separate` .js` file.
3. Use `.map()` and `porps`.
4. Make it styled and polished.
2. You followed naming conventions.


## Suggestions for Improvement:

1. Ensure your code is organized and well-fromatted. Example: indentation.
2. Use the description you get from the data array for each item.
3. Use relative units in your CSS for better respnsiveness.


## Conclusion:

You met the objectives of this project. I hope you found my suggestions useful. Keep on coding.
Console
/index.html
-4:52