scrimba
Shant Dashjian's 96 Code Reviews of the Scrimba Frontend Career Path Students Projects
Code Review of Nenad's The Daily Dribble Newsletter
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 Nenad's The Daily Dribble Newsletter
AboutCommentsNotes
Code Review of Nenad's The Daily Dribble Newsletter
Expand for more info
code-review.md
run
preview
console
# Daily Dribble Newsletter by Nenad
# Code Reviewer: Shant Dashjian


## What You Did Well:

You generally met the objectives of this project:
1. You mostly followed the design spec. See the Suggestions section.
2. You met the specific requirements:
1. Color
2. Border
3. Image width
4. Link to a new tab


## Suggestions for Improvement:

1. Pay closer attention to the details of the design.
1. Width of the paragraph
2. Width of the input field
3. Border of the button
2. Remove unneeded whitespace.
3. Remove left behind dev code.
4. Put a `;` at the end of each CSS rule to prevent potential errros and make the code readable and maintainable.
5. Add a title to your HTML page for better readability and SEO.


## Conclusion:

You did well generally meeting the objectives of this project. I hope you found my suggestions useful and I wish you the best in your journey. Keep on coding.
Console
/index.html
-9:00