Skip to content

Implement Search Input Functionality in Question PageΒ #13

@kpal2207

Description

@kpal2207

πŸš€ 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

  • Implement handleSearch() function.
  • Update displayed questions when searchQuery changes.

Hints:
Use debounce if necessary (optional for easy).


Files:

frontend/src/pages/Questions.jsx

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions