From 60e5c0ad6937b9ddabd6a24181ca017e0c83ddb6 Mon Sep 17 00:00:00 2001 From: Rashel Shah Date: Tue, 17 Mar 2026 15:00:02 +0530 Subject: [PATCH] Added new features in the Movie App --- Projects/3-Advanced/Movie-App.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Projects/3-Advanced/Movie-App.md b/Projects/3-Advanced/Movie-App.md index 2cbeb4a2..a5f479ef 100644 --- a/Projects/3-Advanced/Movie-App.md +++ b/Projects/3-Advanced/Movie-App.md @@ -10,15 +10,22 @@ Find your next movie or create your watchlist with this App. It include reviews, ## User Stories - [ ] User can see all the latest movie on the front page +- [ ] User can search for a specific movie they want to watch +- [ ] User can filter through different genres of movies - [ ] User scroll down to see all other movies according to release date - [ ] User can click on any of the movie to go to their own separate page - [ ] User can then see all about the movie ratings, about, actors present on each separate movie page +- [ ] User will be able to see the trailer of the movie while selecting their movie. ## Bonus features - [ ] User can create an account - [ ] User can create their own watch list - [ ] User can review movies +- [ ] User can rate movies +- [ ] User can comment on movies +- [ ] User can share their reviews on social media platforms like Facebook, Twitter etc. + ## Useful links and resources