capitan-jack / how-to

React front end Recipe player. A utility to play simple 'how tos' on mobile for small tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how-to

React front end Recipe player. A utility to play simple 'how tos' on mobile for small tasks.

ex:- props to pass down.

{
  "name": "Cheesy Bicuit Bites",
  "description": "A quick and easy snack for parties and gatherings.",
  "general_info": {
    "Time Required": "25mins",
    "Serving": "4 person"
  },
  "equipments": [
    "Stove",
    "Medium Sized Pan"
  ],
  "ingredients": [
    {
      "quantity": "1 tbsp",
      "name": "butter"
    },
    {
      "quantity": "1 cup",
      "name": "boiled corn kennels"
    },
    {
      "quantity": "1/2 cup",
      "name": "red/yellow/green bell peppers"
    },
    {
      "quantity": "1 tbsp",
      "name": "all purpose flour"
    },
    {
      "quantity": "To taste",
      "name": "Salt"
    },
    {
      "quantity": "Pinch of",
      "name": "Pepper Powder"
    },
    {
      "quantity": "Pinch of",
      "name": "Oregano"
    },
    {
      "quantity": "1 tbsp",
      "name": "Tomato Sauce"
    },
    {
      "quantity": "1 tbsp",
      "name": "Chilli Sauce"
    },
    {
      "quantity": "1 cube",
      "name": "grated processed cheese"
    },
    {
      "quantity": "16pc",
      "name": "Salted Biscuits"
    },
    {
      "quantity": "1 cup",
      "name": "masala sev"
    }
  ],
  "steps": [
    {
      "order": "1",
      "time": "120",
      "step": "In a medium sized pan, add and cook butter, corn kennels, bell peppers."
    },
    {
      "order": "2",
      "time": "15",
      "step": "Add all purpose flour, mix well."
    },
    {
      "order": "3",
      "time": "15",
      "step": "Add milk, cheese, salt, pepper powder, oregano and mix it well."
    },
    {
      "order": "4",
      "time": "300",
      "step": "Add sauces, mix well and allow it to cook until mixture thickens like dough.",
      "pu": true
    },
    {
      "order": "5",
      "time": "600",
      "step": "ALlow the mixture to cool at room temperature."
    },
    {
      "order": "6",
      "time": "600",
      "step": "Make 8 Balls of the mixture using palms."
    },
    {
      "order": "7",
      "time": "180",
      "step": "Place 1 ball between 2 biscuits and press gently."
    },
    {
      "order": "8",
      "time": "180",
      "step": "Dip them into sauce and rub into sev."
    },
    {
      "order": "9",
      "time": "180",
      "step": "Place them on Serving plate and garnish with grated cheese and corriander leaves."
    }
  ]
}
'''

About

React front end Recipe player. A utility to play simple 'how tos' on mobile for small tasks.


Languages

Language:JavaScript 100.0%