Skip to content

I Created a mini IMDB clone app. Use ONLY vanilla javascript, no libraries or frameworks allowed for Javascript

Notifications You must be signed in to change notification settings

Aman-1704/IMDB_clone

Repository files navigation

IMDB_clone

Frontend test: IMDB clone

Hosted Link: https://aman-1704.github.io/IMDB_clone/

I Created a mini IMDB clone app. Use ONLY vanilla javascript, no libraries or frameworks allowed for Javascript (you can use any CSS framework like Bootstrap).

Features (No need for extra features, just make the listed features):

  1. Home Page: Search any movie from the API and display the search results on the frontend (as I type the search results should update, just like Google does for suggestions).

    Each search result of the movie should have a favourite button, clicking on which the movie should be added to “My favourite movies” (a list).

    On clicking any particular search result (any movie), open a new page with more information about that movie (movie page)

  2. Movie Page: Should show information about the movie like its name, photo, plot, etc (these are must, rest you can add if you want).

  3. My favourite movies Page: Display a list of all the favourite movies.

    Make this list persistent (should have the same number of movies before and after closing the browser/refreshing the browser).

    Remove from favourites button: Each movie should have remove from favourites button, clicking on which should remove that movie from the list.

About

I Created a mini IMDB clone app. Use ONLY vanilla javascript, no libraries or frameworks allowed for Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published