scrimba
Shant Dashjian's 96 Code Reviews of the Scrimba Frontend Career Path Students Projects
Code Review of Andrew'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 Andrew's Hometown Homepage
AboutCommentsNotes
Code Review of Andrew's Hometown Homepage
Expand for more info
code-review.md
run
preview
console
# Module: No. 2 - Web Dev Basics
# Project: Hometown Homepage by Andrew
# 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 added your own ideas to the design.
4. You used the `:hover` effect.
5. You made it about your own city.


## Suggestions for Improvement:

1. Be consistent with your image file naming convention.
2. Add a `title` to your HTML for a better UX and SEO.
3. Remove commented out code from your CSS.
4. Add some whitespacing in your CSS for better readability.
5. Add `alt` attribute to your `img`es for better accessibility.


## Conclusion:

Well done on your first solo proejct! I hope you found my suggestions useful. Keep on coding.
Console
/index.html
-4:54