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


## What You Did Well:

1. You added your own ideas and personal style to the UI design.
2. You met all other objectives of the project:
1. CSS classes
2. Flexbox
3. background-image
4. Color palette.
3. You picked your own color palette and font.
4. You made your design responsive.
5. You used the `:hover` pseudoclass.
6. You added `alt` for your images for accessability.
7. You used semantic HTML.
8. You organized your code well and you followed naming conventions.
9. You added active links to your website.


## Suggestions for Improvement:

1. Follow a consistent naming convention for your image file names.
2. For your responsive design CSS media queries, go *mobile-first*.


## Conclusion:

I think you met and exceeded the expectations for this solo project. You clearly have a good amount of experience with frontend development. I hope you found my suggestions useful. Keep on coding.
Console
/index.html
-3:27