maniyaom / Movie-Ticket-Booking

https://movie-ticket-booking-five.vercel.app
MIT License
36 stars 97 forks source link

[Feat]: Watch Trailer option and genuine reviews from IMDB #176

Open Hustler004 opened 2 weeks ago

Hustler004 commented 2 weeks ago

Feature Description

Instead of showing just the image tile while checking the description of the movie, if we hover on it and click, it can redirect it to the official movie trailer!

Provide a detailed description of the feature

Currently, movie posters only show static images. I suggest adding a hover effect that displays a "Play" button on the poster. When clicked, it should redirect the user to the official movie trailer in a new tab.

Acceptance Criteria:

Put here any screenshots or videos (optional)

No response

By submitting this issue, you agree to

Other Information

github-actions[bot] commented 2 weeks ago

@Hustler004

Thank you for raising this issue! 🎉🙌

We truly appreciate your contribution to this project and will review the details shortly. 🛠️✨ We will get back to you soon!

Thank you for your patience! 🙏

maniyaom commented 2 weeks ago

@Hustler004 Will the user need to add the movie trailer as well? Could you explain how you plan to import all of these items?

Hustler004 commented 1 week ago

For showing IMDB rating we can use and API provided by omdbapi.com that provides real IMDB ratings for free, PFA attached a screenshot on how we can extract this information via there website image for the movie part - I see you are using firebase we can find a way to update the database and add a youtube link manually for that movie so when we are showing the card like this image we can do something like image focus on the trailer part on the movie card @maniyaom