Im working on TMDB Api with .NET Core MVC. I want to list all movies on my Home page and I did , its okay. Than I need to list categories( action,horror,comedy etc) on another page like category page or something else. Than when I click some category the page shows you movies which included in this category.
I tried some ways from tutorials but I couldnt understand excatly what is the problem .