jlovejo2 / Multi-Media-Search-App

This is a website that can search movies, books, and video games to find like material.
0 stars 3 forks source link

Backend javscript build on api code #36

Closed jlovejo2 closed 4 years ago

jlovejo2 commented 4 years ago

-added code that creates buttons based on the users search criteria -this list of buttons is also stored in localstorage and then rendered upon initialization of page -these buttons when clicked will perform the search the user did when the button was created -there are close buttons next to the buttons that allow them to be removed from localStorage -javascript file was cleaned up of unecessary comments and console.logs -main userApiSearch if statements and function calls were placed into a function in order to be called in multiple click events -slight css added to buttons