AlexanderK88 / A4_biografSajt

Arbetsmetodik och agila projektmetoder Uppgift 2 - en biograf-sajt
3 stars 1 forks source link

Filter by genre #26

Open Weeezzt opened 9 months ago

Weeezzt commented 9 months ago

Make it possible to filter movies by genre. It should be so that you can fill in the genres you would like to show and those movies with at least one in common will show. Do this via the genre key in the movies API from the movies.json file. It will have an array of different strings which each represent a genre.

Weeezzt commented 9 months ago

Use the CreateAndFilter.js file