Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add useEffect hook for fetching recipe data
- Implemented useEffect to fetch recipes from the API - Fetched recipe data from 'https://dummyjson.com/recipes' - Updated state with fetched recipes and handled potential errors
- Loading branch information