OMDB Movie Finder

Utilizing the OMDB API, I created a web app where users can search for information on any movie they'd like.

Taking the user's input, it will then send an AJAX request to the OMDB API to get all movies with its information, and display it nicely to the user.