-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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.