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


## What You Did Well:

1. You met all the objectives of this project:
1. 3 pages.
2. Responsive design with relative units, mobile-first, media queries, and viewport meta tag.
2. You activated the **View More** and **View Less** links.


## Suggestions for Improvement:

1. Make your mouse curser a pointer when hovering over a button or link.
2. Ensure your navigation links works as expected by fixing your JavaScript conditional rendering for navigation. A better approach will be available to you when you learn React and React Router.
3. Remove redundent comments. They just add clutter.
4. Remove unneeded rendering code.


## Conclusion:

I hope you found my suggestions useful. I wish you the best in your journey. Keep on coding.


Console
/index.html
-7:10