Skip to content

devesh-anand/react-recipe-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Recipe App

Live Demo

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:

  1. Fork the repository.
  2. Go to src > App.js.
  3. Put your API ID and key in the variables APP_ID and APP_KEY respectively.
  4. Save and run script npm start.
  5. 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.