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


## What You Did Well:

1. You followed the design spec and added your personal touch.
2. You met all other objectives of the project:
1. CSS classes
2. Flexbox
3. background-image
4. Color palette.
3. Your code is organized with indentation, white space, and comments.
4. You used a Google Font.
5. You added a link to the city's wikipedia page.
6. You used hover and interesting CSS transition effects.
7. You used `alt` for `img` elements for accessibility.


## Suggestions for Improvement:
1. Be consistent following CSS naming conventions.
2. Remove left-behind commented code.
3. Make the titles for the activites bold, following the given design spec, for better UX.


## Conclusion:

I think this is a good first solo project. You met and exceeded the expectations for the project. I hope you find my suggestions useful. Keep on coding.
Console
/index.html
-4:52