As a userI want to have access to all my movies that I marked as watchedso that I can easily look at all my watched movies in one place without distraction or a complicated way
Description
Acceptance Criteria
[x] The marked movie is shown on a separate page
[x] Every marked movie is shown with a movie poster
[x] I can click on the movie poster to have access to more details
[x] If I remove it from my Watchlist while being in my watchlist I get pushed back to my watchlist
[x] If my watchlist is empty, text to indicate that should show up
Tasks
[x] Display the watched on the watched page
[x] Maybe filter the original array/useState or use a different state where the movies are saved
[x] Display the posters
[x] Make them also clickable for more movie details. Maybe use the same moviedetail component
[x] write a function to handle the removing of the movie while being in the watchlist sub-page elegantly.
Value Proposition
As a user I want to have access to all my movies that I marked as watched so that I can easily look at all my watched movies in one place without distraction or a complicated way
Description
Acceptance Criteria
Tasks
Complexity
M