scrimba
Bootcamp code reviews
πŸ‘©πŸΌβ€πŸ« Review of Solo Project - Inspirational Quote Page (Farrah)
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

πŸ‘©πŸΌβ€πŸ« Review of Solo Project - Inspirational Quote Page (Farrah)
AboutCommentsNotes
πŸ‘©πŸΌβ€πŸ« Review of Solo Project - Inspirational Quote Page (Farrah)
Expand for more info
readme.md
run
preview
console
# Code Review: Inspirational Quote Page
### _Code by: Farrah,_
### _Reviewer: Felicity Evans_

## What you did well
- Completed goals
- achieved stretch goals
- Separated data into separate file
- Great structure of JS, neat and ordered
- Clever way of generating random quote

## What could be improved?
- Make link open in new tab
- Full height image (use vh)
- Update link so that anchor tag wraps around all content
- JS:
- declare const for quotesContainer
- semantic html


## Challenge
- Can you use the HTML element blockquote to display your quote?
- Can you add quotation marks with just CSS?
Console
/index.html
-6:40