scrimba
Shant Dashjian's 96 Code Reviews of the Scrimba Frontend Career Path Students Projects
Code Review of Hawa'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 Hawa's Movie watchlist
AboutCommentsNotes
Code Review of Hawa's Movie watchlist
Expand for more info
code-review.md
run
preview
console
# Project: Movie Watchlist by Hawa
# Module: Module 9 - APIs
# 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
2. You added a personal touch to the design.
3. Pressing Enter works.
4. You added a default image for not found.
5. You organize your code well.
6. You maintain naming conventions for CSS and JS.


## Suggestions for Improvement:

1. Change the Watchlist text to Remove in addition to the icon.
2. Remove left behind console.logs.
3. Show something useful to the user when there is an error in fetching.


## Conclusion:

I think you met the objectives of this project. I hope you found my suggestions useful. Keep on coding.
Console
/index.html
-8:08