ellisaissa / DinGen-Web

1 stars 2 forks source link

Val feature #34

Closed vruss14 closed 3 years ago

vruss14 commented 3 years ago

I created a "taco hall of fame" feature that stores a user's previous taco combinations from the random generator in a list. I made these items part of a sortable jQuery UI widget, so that they can be dragged and dropped into a preferred order. These combinations (if the user chooses to say "yes" when asked to save the search) are stored in local storage. They persist when the page is refreshed, and are cleared when someone presses the button to clear the hall of fame. Everything looks like it is functioning very well!