## Summary Add recipe rating functionality to Forkd. Users should be able to rate recipes. ## Motivation Allowing users to rate recipes improves engagement and helps surface the best content. ## Additional context - Existing rating UI is used in [RecipeCard](https://github.com/forkd-app/forkd/blob/main/web/app/components/recipeCard/recipeCard.tsx) and [Recipe Detail](https://github.com/forkd-app/forkd/blob/main/web/app/routes/_app.$author.$slug/route.tsx). This should be moved to its own component. - Store and query ratings via GraphQL API. - Blocked by #53.
Summary
Add recipe rating functionality to Forkd. Users should be able to rate recipes.
Motivation
Allowing users to rate recipes improves engagement and helps surface the best content.
Additional context