Description: As a user with dietary preferences, I want to filter recipes by my needs (e.g., vegan, gluten-free) so that I can find suitable options. **Acceptance Criteria:** - [ ] The user can select filters such as vegan, gluten-free, or other dietary preferences. - [ ] Recipes are updated based on the selected filters. - [ ] The user can combine multiple filters (e.g., gluten-free and vegetarian). - [ ] The page reloads with the filtered list of recipes. **Tasks:** - [ ] Add dietary preference filters (e.g., vegan, gluten-free) to the recipe search interface. - [ ] Update the recipe listing to reflect the selected filters. - [ ] Implement a database query that supports multiple filter options. - [ ] Ensure that the page reloads with filtered results without requiring a full page refresh (AJAX or similar). - [ ] Design the filter UI using Bootstrap components.
Description: As a user with dietary preferences, I want to filter recipes by my needs (e.g., vegan, gluten-free) so that I can find suitable options.
Acceptance Criteria:
Tasks: