π Implement Search Input Functionality in Question Page
π Description
Link the search bar to a state variable (searchQuery) and trigger filtering when the user types.
β
Tasks
Hints:
Use debounce if necessary (optional for easy).β¨
Files:β¨
frontend/src/pages/Questions.jsx