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


## What You Did Well:

1. You followed the design spec.
2. You met all other objectives of the project:
1. CSS classes
2. Flexbox
3. background-image
4. Color palette.
3. You used the `:hover` pseudoclass.
4. You showed good code organization with indentation, whitespace, and comments.
5. You used a Google font.
6. You used `alt` for your images.


## Suggestions for Improvement:

1. Fix the width of your guide card container.
2. Be consistent with the way you name your files.
3. Use a utility CSS class for repeated properties.


## Conclusion:

This is a good first solo project. I hope you found my suggestions useful. Keep on coding.
Console
/index.html
-5:49