IMDB Clone made using the OMDB API
This is a IMDB mini clone project undertaken for the skill assessment from Coding Ninjas Front-end Skill tag.
Features
Home Page
Search any movie from the API and displays the search results on the frontend (as I type the search results update, just like Google does for suggestions).
Each search result of the movie have a favourite button, clicking on which the movie is added to “My favourite movies” (a list).
On clicking any particular search result (any movie), opens a new page with more information about that movie (movie page).
Movie Page
Shows information about the movie like its name, photo, plot, etc.
My favourite movies Page
Display a list of all the favourite movies.
Make this list persistent.
Remove from favourites button: Each movie have remove from favourites button, clicking on which removes that movie from the list