Danyon-Talbot / P1-ScrollCinema

1 stars 1 forks source link

Add Local Storage for Search Movies #51

Closed Danyon-Talbot closed 1 year ago

Danyon-Talbot commented 1 year ago

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.

Danyon-Talbot commented 1 year ago

Local Storage for movie search history has been added.