AS Doom Scroller who likes a lot of movies
I WANT to be able to look up movies I have previous searched
SO THAT I can continue to find recommendations for them
Acceptance Criteria
GIVEN a functioning search box
WHEN I search a movie title
THEN the movie title is stored in local storage
WHEN I need to see my search movies
THEN I click a button that displays my search history
TO DO
Need to add a local storage for searched movies.
This is a marking requirement for the project.
I suggest making a simple search history button that brings up locally stored movie titles in a modal element.
User Story
AS Doom Scroller who likes a lot of movies I WANT to be able to look up movies I have previous searched SO THAT I can continue to find recommendations for them
Acceptance Criteria
GIVEN a functioning search box WHEN I search a movie title THEN the movie title is stored in local storage WHEN I need to see my search movies THEN I click a button that displays my search history
TO DO
Need to add a local storage for searched movies.
This is a marking requirement for the project.
I suggest making a simple search history button that brings up locally stored movie titles in a modal element.