scrimba
Bootcamp code reviews
πŸ‘©πŸΌβ€πŸ« Review of Tony's React travel journal
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 Tony's React travel journal
AboutCommentsNotes
πŸ‘©πŸΌβ€πŸ« Review of Tony's React travel journal
Expand for more info
readme.md
run
preview
console
# Code Review: React Travel Journal
### _Code by: Tony Liao,_
### _Reviewer: Felicity Evans_

## What you did well
- Clearly organisd components
- Considerations for differently organised characters with padding-inline
- Spread operator for object values. Though can sometimes make the code difficult to read


## What could be improved?
- inclusion ofViewport meta tag
<meta name="viewport" content="width=device-width, initial-scale=1" />
- size of logo:
https://help.figma.com/hc/en-us/articles/360040028114-Guide-to-exports-in-Figma#:~:text=Right%20click%20on%20an%20object,Mac%3A%20Command%20Shift%20C
- Images: object-fit: cover
- Body: width: fit-content
- Destructure props
https://www.freecodecamp.org/news/react-props-cheatsheet/




Console
/index.html
-5:05