Find your Film Web App

This project mainly focused on connecting to the Open Movie Database API(OMDB API) and pulling information based on the user request and saving it later based on if the user places onto their watchlist.

Although the HTML and CSS of this project was relatively simple, what I really liked about this project was using javascript to allow the user to search for the films they want to see and then add them to their watchlist and stay in their client for the user to reference later.

In order to achieve this, I saved the movies that the user selected into the clients local storage for them to be pulled down when the user selects their watchlist to check out at anytime, even if they close the browser and visit it later.

If you would like to view the project, you can see it HERE. You can view the code for the project HERE.