aaliboyaci / react-movie-database

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

[Story] Create Routing system for the app #1

Closed ErkinKurt closed 1 year ago

ErkinKurt commented 1 year ago

Create Routing Structure for application.

I'd like to be able to use this urls and populate the data according to url parameters.

github.aliboyaci.movie.app.com/home?searchPattern=dovuskulubu github.aliboyaci.movie.app.com/movieDetail/123123124324123123

aaliboyaci commented 1 year ago

Nav Tree for the app

Image

aaliboyaci commented 1 year ago

React routes has been created for all the pages. Links are working propoerly. Only creating urls like: github.aliboyaci.movie.app.com/home?searchPattern=dovuskulubu github.aliboyaci.movie.app.com/movieDetail/123123124324123123 is left. And i will do that after the fetching process. at this point i am going to start next task. i believe i can close this task after fetching and using useParams etc.

aaliboyaci commented 1 year ago

ive done fetch opoerations through "search" and then right now i have urls like github.aliboyaci.movie.app.com/home?searchPattern=dovuskulubu github.aliboyaci.movie.app.com/movieDetail/123123124324123123 etc. at this point i believe creating and using ReactRouter task is done.