aaliboyaci / react-movie-database

React app that a user can search and see various of infos about movies
0 stars 0 forks source link

data fetch and make connection between api and the app #6

Closed aaliboyaci closed 1 year ago

aaliboyaci commented 1 year ago

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.

aaliboyaci commented 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

aaliboyaci commented 1 year ago

Achieved: -random movie section is workig properly. Will be done: -Genres Page fetching operations

aaliboyaci commented 1 year ago

achieved: -genres page fetching operations