UDAYVEERUS / movie_app

Experience seamless movie browsing with my app powered by OMDB API, featuring smart debouncing for efficient search functionality

Home Page:https://movie-app-six-jade.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Search App with Debouncing Create a movie application with search functionality.

Rules: Before writing a single line of code please read the problem statement very carefully.

Description:

Users should get a recommendation for movies while typing in the search box Add debouncing to search functionality of your movie application. when the user clicks on any movie from search results, show the details of clicked movie show image, Year of release, Poster, imdb rating, cast ( if possible ) etc. Use API - https://www.omdbapi.com Hint:

To get the movies list while searching you can use the following API (use your own API key in place of API key)

http://www.omdbapi.com/?apikey=&s=

To get single movie data you can use the following API where you can find movie details by IMDB ID. http://www.omdbapi.com/?apikey=&i=${IMDB ID}

Use CSS properly and try to achieve a beautiful and premium-looking UI for your site.

See the video for reference: https://drive.google.com/file/d/1o36c5FEiujGx2ILdWBU4_xeb8Up4ltTP/view?usp=sharing

Untitled.png

Untitled (1).png

Once clicked on the movie it should open like the image given below.Untitled (2).png

About

Experience seamless movie browsing with my app powered by OMDB API, featuring smart debouncing for efficient search functionality

https://movie-app-six-jade.vercel.app


Languages

Language:JavaScript 45.2%Language:CSS 33.3%Language:HTML 21.5%