Skip to content

MonikaPatelIT/recipe-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe search Application using React

As a part of self study, I have worked on small and simple recipe search to fetch recipes by matching word using a third party API - Food 2 fork

Demo

You can see the Demo here [https://monikapatelit.github.io/recipe-app/)

Screenshot

image

Prerequisites

Let's the fun begin

  • Creat account on food 2 fork and get the API to access the Json file. URL will look like this
https://www.food2fork.com/api/search?key=${API_KEY}&q=${recipe}&page=2&count=5

Where we pass the API to access json data file with any word related to recipe or content of recipe to get related list of recipes

four components

  • From component, user can search by recipe name or content of the recipe default search with 'Chicken'
  • Recipes Component, Will display all the search result in card
  • Recipe Component, detailed description of any perticular recipe
  • Router Component, Will manage route between recipes and recipe components

Bootstraped

Tried to create responsive application using Boostrap 3.3.7

For detailed tutorial, Please visit Youtube channel by Hamza Mirza

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published