#46 - Enhance the place search experience by implementing a localStorage-based search history feature that:
- Stores previously searched terms in the browser using localStorage.
- Displays the search history in the same dropdown (#search-results) where live search suggestions are shown.
- Allows users to click on any previously searched item to re-trigger a search.
- Displays history items when the input is focused but empty (or no results yet).