A simple react app to search recipes. I used Edamam Recipe Search API to fetch search results of recipes.
To successfully run the app you'll need API ID and key.
The link to the live app uses my personal keys that I haven't put in this public repo for obvious reasons.
It's free to sign up, and if you want to run the app, here are the steps:
- Fork the repository.
- Go to
src > App.js
. - Put your API ID and key in the variables
APP_ID
andAPP_KEY
respectively. - Save and run script
npm start
. - Search recipe of your choice and get your hands dirty in the kitchen.
Special thanks to Dev Ed's youtube channel. I made this project with the help of one of his videos on react.