/movieapp

Users can look up and view information on their favorite movies on this website. The OMDB API, which grants access to a database containing more than 500,000 films and TV series, powers the movie data.

Primary LanguageJavaScript

Movie App

This website allows users to search for and view information about their favorite movies. The movie data is powered by the OMDB API, which provides access to a database of over 500,000 movies and TV shows.
Explore the docs »

View Live Deployment · Report Bug · Request Feature

About The Project

This project is a simple movie website app that utilizes the OMDB API to display information about movies. The goal of the project was to practice using APIs and creating a dynamic website.

The app was initially built using vanilla JavaScript, and a separate branch was created to convert it to jQuery. The app allows users to search for movies by title and view details about the movie.

(back to top)