scrimba
Bootcamp code reviews
πŸ‘©πŸΌβ€πŸ« Review of Solo Project - Movie Watchlist (David Moon)
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 - Movie Watchlist (David Moon)
AboutCommentsNotes
πŸ‘©πŸΌβ€πŸ« Review of Solo Project - Movie Watchlist (David Moon)
Expand for more info
readme.md
run
preview
console



single line of code im confused by have comment on it for javascript; otherwise just want to make it portofolio ready. responsive design advice. general advice. thank you~!

# Code Review: Movie Watch list
### _Code by: David Moon,_
### _Reviewer: Felicity Evans_

## What you did well
- Completed challenge
- Managed edge cases

## Questions / Concerns
- What does this line of JS do?
- Font awesome star
- What to do to make portfolio ready?

## What could be improved?
- Consistency in coding styleguide:
- indentation for readability
- double or single quotes "
- Difference between double and triple equals
- Naming of functions e.g. getMovieTitles
- CSS:
- Header image (export from figma with overflay or use CSS)
- filter: brightness(50%)
- Don't use a container for a border
- Rely on cascade e.g. Inter font



## Challenge
- Add user feedbak on the "+ Watchlist" Button e.g. toggle text

Console
/index.html
-11:44