Step 1:
git clone https://github.com/97shivank/Recipe-app-with-react.git
Step 2:
cd [local repository]
Step 3:
Check package.json file and ensure scripts are notated as below:
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Step 4:
Delete the node_modules folder and any 'lock' files such as yarn.lock or package-lock.json if present.
Step 5:
npm install
Step 6:
npm start
HOMEPAGE:
SEARCH BANANA:
SEARCH CHICKEN:
SEARCH CHOCOLATE:
BON APPETIT!!



