Closed aaliboyaci closed 1 year ago
Achieved: right now user can search a movie with a keyword or name etc. and can list 20 of movies related. then these names have navigation to the DetailsPage with right URL. And use can display a movie with details at that page. Will be done: HomePage's random movies and tv show will be displayed. Genres Page fetching operations
Achieved: -random movie section is workig properly. Will be done: -Genres Page fetching operations
achieved: -genres page fetching operations
I did the fetch operations and as a result of the "searching", I managed to show the data as specific urls with useParams.
like :
http://localhost:5173/search?query=fight%20club
But I did not like the data and results provided by the api I am currently using. I decided to use a different API, especially because when I searched for the most known movies, it gave different movies with the same names and encountered irrelevant results. so i will find a new api and go with it.