Is your feature request related to a problem or challenge?
Currently, users must manually scroll through all available courses to find a specific one. This becomes inefficient as the number of courses grows and makes it harder for users to quickly access the content they are looking for.
Describe the solution you'd like
Add a search input field on the courses page that allows users to filter courses dynamically based on course title (and category, if applicable). The course list should update in real time without requiring a page reload.
Describe alternatives you've considered
An alternative approach could be grouping courses strictly by categories or adding pagination. However, a search based filter provides faster access and better user experience, especially for users who already know what they are looking for.
Additional context
This feature can be implemented using simple JavaScript filtering logic and does not require backend changes, making it lightweight and easy to maintain while significantly improving usability.
@DYHARDx please assign this issue to me,I would like to work on it.
Is your feature request related to a problem or challenge?
Currently, users must manually scroll through all available courses to find a specific one. This becomes inefficient as the number of courses grows and makes it harder for users to quickly access the content they are looking for.
Describe the solution you'd like
Add a search input field on the courses page that allows users to filter courses dynamically based on course title (and category, if applicable). The course list should update in real time without requiring a page reload.
Describe alternatives you've considered
An alternative approach could be grouping courses strictly by categories or adding pagination. However, a search based filter provides faster access and better user experience, especially for users who already know what they are looking for.
Additional context
This feature can be implemented using simple JavaScript filtering logic and does not require backend changes, making it lightweight and easy to maintain while significantly improving usability.
@DYHARDx please assign this issue to me,I would like to work on it.