Recipe Finder App
A React web app that searches 1.7+ million nutritionally analyzed recipes using the Edamam API to access detailed macro and micronutrient data including diets and allergens.
Recipe Finder App functionality: A user can search for over 1.5 million English and 200,000 Spanish recipes from Latin-American cooking sites and blogs, view a list of top recipe cards returned by the Edamam API. The recipes can be searched by diet preferences, ingredients, and regional cuisine. The search returns 10 recipe cards at a time with the title, image, ingredients, diet/allergy restrictions, and a link to view the full nutritional details and cooking instructions. I used my knowledge of JavaScript and React to create static components, pass information to components, set and manage the state, and interact with the Edamam API.
Technologies and coding skills I used while working on this project:
This project is online at Recipe Finder App
View GitHub repository at GitHub