Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
37
commits
used scrollIntoView() built-in function to scroll to the recipe when it is loaded after clicking the 'Get Recipe' button
0ca7d28View on GitHubnow using the getRecipe function that makes the call to the API
9a0fc19View on GitHubusing the ReactMarkdown package to render the recipe in a beautiful readable way
e1c52ceView on GitHubI am making a call to the Mistral API, and then passing down the state of the recipe to the ClaudeRecipe component with the recipe, and the getRecipe function to the IngredientsList so that it activates the calling to the API when clicked
99e06f5View on GitHub