scrimba
Shant Dashjian's 96 Code Reviews of the Scrimba Frontend Career Path Students Projects
Code Review of Wakasso's Movie Watchlist
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 Wakasso's Movie Watchlist
AboutCommentsNotes
Code Review of Wakasso's Movie Watchlist
Expand for more info
code-review.md
run
preview
console
# Module: No. 9 - Working with APIs
# Project: Movie Watchlist by Wakasso
# Code Reviewer: Shant Dashjian


## What You Did Well:

1. You met the requirements of this project:
1. Two pages
2. Use search term to get results from the OMDB API
3. Add to Watchlist button, stores data in localStorage
4. Watchlist.html loads data from localStorage
5. Follow the design spec
2. You added your personal design ideas.



## Suggestions for Improvement:

1. Link the font Inter to be able to use it.
2. Generally, use CSS classes to style your elements and id to control them with JavaScript.
3. Extract API config in a separate file for maintainability and separation of concerns.


## Conclusion:

I hope you found my suggestions useful. Keep on coding.
Console
!
Error: Unknown error
,
!
Error: Unknown error
,
/index.html
-6:33