# Module: No. 9 - Working with APIs
# Project: Movie Watchlist by Harsha
# 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 touch to the design.
3. You provided an image for moviews with no posters.
4. Your code is well-organized.
## Suggestions for Improvement:
1. Prevent a movie from getting added to the watchlist more than once.
2. Check that `localStorage` contains the key `movies` before you check its length.
## Conclusion:
You did well on this project. I hope you found my suggestions useful. Keep on coding.