llllllll-l / TripMDB

A fun way for movie nerds to find their next trip
2 stars 0 forks source link

Design and implement a movie-detail page #27

Open guro18 opened 5 months ago

guro18 commented 5 months ago

Movie Details Page Functionality

Description:

Upon clicking the "view" button next to a movie on the homepage, the user is redirected to a movie details page. On this page, users can view detailed information about the selected movie, including a cover image, director, release year, and comments (extension) posted by other users. Additionally, users have the ability to post their own comments (extension) about the movie. The page includes a "back" button to navigate users back to the homepage instantly, style inspo from tripadvisor: https://www.tripadvisor.se/Tourism-g187147-Paris_Ile_de_France-Vacations.html

Routing Setup:

Configure the routing using react-router-dom to navigate users to the movie details page when the "view" button is clicked.

Movie Details Component:

Create a movie details component to display detailed information about the selected movie.

Back Button:

Include a "back" button that allows users to navigate back to the homepage instantly.

Post Comments (extension):

Provide a form or input field for users to post their own comments about the movie.