scrimba
Shant Dashjian's 96 Code Reviews of the Scrimba Frontend Career Path Students Projects
Code Review of Martin's Digital Business Card
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 Martin's Digital Business Card
AboutCommentsNotes
Code Review of Martin's Digital Business Card
Expand for more info
code-review.md
run
preview
console
# Module: No. 11 - React Basics
# Project: Digital Business Card by Martin
# Code Reviewer: Shant Dashjian


## What You Did Well:

1. You mostly met the requirements of this project:
1. Fill in your own information
2. Separate components for:
1. Info
2. About
3. Interests*
4. Footer
2. You showed good code organization and naming conventions.
3. Good job importing the images. This has many benefits like better code organization and maintainability and potentially better performance when using bundlers like webpack.
4. You made good use of the `:hover` effect.


## Suggestions for Improvement:

1. Remove unneeded CSS import.
2. Add `title` for your HTML.
3. I see no **Interests** component. Extract the interests section to a separate component to meet the requirements.


## Conclusion:

You mostly met the objectives of this project. I hope you found my suggestions useful. Keep on coding.
Console
/index.html
-4:36