You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Implement a search bar UI component that allows users to search through history and receive live suggestions from search engines. The component should be responsive and avoid excessive API calls by debouncing user input.
Tasks
Fetch and display search results from history
Implement abstraction for search engine APIs
Fetch and display search suggestions from search engine APIs
Description
Implement a search bar UI component that allows users to search through history and receive live suggestions from search engines. The component should be responsive and avoid excessive API calls by debouncing user input.
Tasks