Skip to content

Add Live Search Filter to Course Listing #35

@GauriKolte-02

Description

@GauriKolte-02

Issue: Currently, the course listing page does not allow users to filter courses based on their input in real-time. Users have to scroll manually to find the course they want.

Cause: There is no input field connected to a filter logic for course titles or categories on the frontend, resulting in an unfiltered, static course list.

Fix: Add a search input field above the course list that filters courses as the user types, based on title or category. This can be implemented using JavaScript’s filter() function or React state hooks to update the displayed list dynamically.

I would like to work on this issue @ThakurAbhay9457 @hudazaan, please assign this to me.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions