# 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%20o
bject,Mac%3A%20Command%20Shift%20C
- Images: object-fit: cover
- Body: width: fit-content
- Destructure props
https://www.freecodecamp.org/news/react-props-cheatsheet/