-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
-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