Title: Display Recent Searches on Frontend
Description: Fetch and display stored recent searches in a clean, scrollable UI component.
Domain: Design (UI)
Difficulty: Intermediate
Steps:
- Build a UI for displaying recent searches.
- Connect to the backend recent-search API.
- Add a clear button to remove entries.
- Test the display on mobile and desktop.
Expected Outcome:
Users see a list of their recent searches and can click to revisit them.


