Html – target input value in the form to store in the localStorage after submitting the form and use the value for omdbapi
I wanted to get the value in the input field after clicking the search button and set it in the localStorage then store it in the the searchKey variable and pass it in the main() to search the movies in…