β¨ Added Search and Multi-Filter Functionality with Clear Button on Challenges Page #246
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR implements interactive search and filtering capabilities on the Challenges page to improve user experience and usability.
π Features Implemented:
β Real-time Search: Users can now search for challenges by title or tag.
β Multi-Filter Support:
Filter by difficulty
Filter by language
Filter by completion status
β Combination of Filters is supported β all filters work together seamlessly.
β Clear Filters button added beside the search bar to reset all filters with a single click.
π UI Updates:
Adjusted layout using flexbox to place the Clear Filters button neatly to the right of the search input field.
Maintained responsive styling for consistent behavior across screen size