Implement tag-based recipe filtering and clickable tags
#6 opened on Oct 12, 2025
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Enhance the recipe browsing experience by allowing users to filter recipes based on tags. Each tag displayed on a recipe card or detail page should be clickable, automatically filtering and showing all recipes that share the same tag.
Details / Requirements:
-
Display tags clearly on recipe cards and/or recipe detail pages.
-
When a tag is clicked, navigate or update the recipe list to show only recipes containing that tag.
-
Allow combining filters (e.g., multiple tags selected) if possible.
-
Provide a visible way to clear active tag filters (e.g., “Clear filters” button).
-
Ensure filtering works smoothly without full page reloads (prefer client-side filtering).
Why: To improve recipe discoverability and allow users to easily explore related recipes through shared tags.