ckisi / film-fetcher

0 stars 0 forks source link

Add search history to local storage #21

Closed jjackson0228 closed 1 month ago

jjackson0228 commented 2 months ago

I want: Using javaScript and Jquery use functions to put the search history into the localStorage of the machine.

Its done: when I search for something a movie by title or genre that is saved into localStorage as an array and presents in the inspect page.

jjackson0228 commented 1 month ago

added search history to localStorage and added if loop to not show any empty search results only confirmed searches.

Image

Image

https://github.com/ckisi/film-fetcher/pull/66