Description:
We need to implement a problem tag filter on the Contest Archive page, similar to the tag filtering system used on the Striver SDE Sheet page of Algolisted.
Goal:
- Highlight problems with the tags that are selected by the user from the available tag options.
Requirements:
- The filter should allow users to select one or more tags and automatically highlight problems from each contest that match the selected tags.
- Ensure that the design follows a similar layout as used in the Coding Sheets page (linked above).
Notes:
- Do not reuse the current logic from the Coding Sheets page, as it's not functioning correctly. Implement separate logic for filtering.
- The main goal is to improve the usability and efficiency of the tag filtering on the Contest Archive page while maintaining a similar user experience.
Please refer to the image attached for more clarity on the intended design and functionality.
Required :

Description:
We need to implement a problem tag filter on the Contest Archive page, similar to the tag filtering system used on the Striver SDE Sheet page of Algolisted.
Goal:
Requirements:
Notes:
Please refer to the image attached for more clarity on the intended design and functionality.
Currently we have (https://algolisted.com/contests-archive/leetcode) :
Required :