create account and get API keys of yours to set in application and create ".env" file in your react folder then paste the following code with your API key
REACT_APP_RAPID_API_KEY = pasteYourAPIKEY ESLINT_NO_DEV_ERRORS=true
"dependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", "@mui/icons-material": "^5.6.1", "@mui/material": "^5.6.1", "react": "^18.0.0", "react-dom": "^18.0.0", "react-horizontal-scrolling-menu": "^2.7.1", "react-loader-spinner": "^6.0.0-0", "react-router-dom": "^6.3.0", "react-scripts": "^2.1.3" },
npm install --legacy-peer-deps
yarn add --legacy-peer-deps
npm start