You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recipe search application built with React, Axios, and Spoonacular API. Demonstrates the use of React hooks including useState, useEffect, useRef, and custom hooks. Features search, add-to-favorites, and local storage for recipe management.
Recipe Finder is a Node.js application that allows users to search for recipes based on keywords, including ingredients. The application utilizes the Spoonacular API to retrieve recipe data and provide relevant results to the users.