├── dist └── index.html ├── .eslintrc.cjs ├── .firebase ├── hosting.IGRpc3Q.cache ├── hosting.ZGlzdA.cache └── hosting.cHVibGlj.cache ├── .firebaserc ├── .gitignore ├── README.md ├── firebase.json ├── index.html ├── package-lock.json ├── package.json ├── public ├── favicon.ico ├── images │ ├── 404.png │ ├── about │ │ ├── 01.jpg │ │ ├── 01.png │ │ ├── 02.jpg │ │ ├── 03.jpg │ │ └── icon │ │ │ ├── 01.jpg │ │ │ ├── 02.jpg │ │ │ └── 03.jpg │ ├── achive │ │ ├── 01.png │ │ └── 02.png │ ├── app │ │ ├── 01.jpg │ │ └── 02.jpg │ ├── author │ │ ├── 01.jpg │ │ ├── 02.jpg │ │ └── 03.jpg │ ├── banner │ │ ├── 01.png │ │ ├── 02.png │ │ └── 03.png │ ├── bg-img │ │ ├── 01.jpg │ │ ├── 02.jpg │ │ ├── 03.jpg │ │ ├── 04.jpg │ │ ├── 05.jpg │ │ ├── 06.jpg │ │ ├── 07.jpg │ │ ├── 08.jpg │ │ ├── 09.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ └── 14.jpg │ ├── blog │ │ ├── 01.jpg │ │ ├── 02.jpg │ │ ├── 03.jpg │ │ ├── 04.jpg │ │ ├── 05.jpg │ │ ├── 06.jpg │ │ ├── 07.jpg │ │ ├── 08.jpg │ │ ├── 09.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── quote.png │ │ └── single │ │ │ ├── 01.jpg │ │ │ ├── 02.jpg │ │ │ └── 03.jpg │ ├── category │ │ ├── 01.jpg │ │ ├── 02.jpg │ │ ├── 03.jpg │ │ ├── 04.jpg │ │ ├── 05.jpg │ │ ├── 06.jpg │ │ ├── bg │ │ │ ├── 01.jpg │ │ │ ├── 02.jpg │ │ │ ├── 03.jpg │ │ │ ├── 04.jpg │ │ │ ├── 05.jpg │ │ │ ├── 06.jpg │ │ │ ├── 07.jpg │ │ │ └── 08.jpg │ │ ├── icon │ │ │ ├── 01.jpg │ │ │ ├── 02.jpg │ │ │ ├── 03.jpg │ │ │ ├── 04.jpg │ │ │ ├── 05.jpg │ │ │ ├── 06.jpg │ │ │ ├── 07.jpg │ │ │ ├── 08.jpg │ │ │ ├── 09.jpg │ │ │ ├── 10.jpg │ │ │ ├── 11.jpg │ │ │ ├── 12.jpg │ │ │ ├── 13.jpg │ │ │ ├── 14.jpg │ │ │ ├── 15.jpg │ │ │ ├── 16.jpg │ │ │ └── 17.jpg │ │ └── trimer.jpg │ ├── categoryTab │ │ ├── 01.jpg │ │ ├── 02.jpg │ │ ├── 03.jpg │ │ ├── 04.jpg │ │ ├── 05.jpg │ │ ├── 06.jpg │ │ ├── 07.jpg │ │ ├── 08.jpg │ │ ├── 09.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ ├── 14.jpg │ │ ├── 15.jpg │ │ ├── 16.jpg │ │ ├── 17.jpg │ │ ├── 18.jpg │ │ ├── 19.jpg │ │ ├── 20.jpg │ │ ├── 21.jpg │ │ ├── 22.jpg │ │ ├── 23.jpg │ │ ├── 24.jpg │ │ ├── 25.jpg │ │ ├── 26.jpg │ │ ├── 27.jpg │ │ └── brand │ │ │ ├── 01.jpg │ │ │ ├── 02.jpg │ │ │ ├── 03.jpg │ │ │ ├── 04.jpg │ │ │ ├── 05.jpg │ │ │ ├── 06.jpg │ │ │ └── apple.png │ ├── choose │ │ └── 01.png │ ├── clients │ │ ├── 01.jpg │ │ ├── 02.jpg │ │ ├── 03.jpg │ │ ├── avater.jpg │ │ └── bg.png │ ├── contact │ │ └── icon │ │ │ ├── 01.png │ │ │ └── 02.png │ ├── course │ │ ├── 01.jpg │ │ ├── 02.jpg │ │ ├── 03.jpg │ │ ├── 04.jpg │ │ ├── 05.jpg │ │ ├── 06.jpg │ │ ├── 07.jpg │ │ ├── 08.jpg │ │ ├── 09.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ ├── 14.jpg │ │ ├── 15.jpg │ │ ├── 16.jpg │ │ ├── 17.jpg │ │ ├── 18.jpg │ │ ├── 19.jpg │ │ ├── 20.jpg │ │ ├── 21.jpg │ │ ├── 22.jpg │ │ ├── 23.jpg │ │ ├── 24.jpg │ │ ├── 25.jpg │ │ ├── 26.jpg │ │ ├── 27.jpg │ │ └── author │ │ │ ├── 01.jpg │ │ │ ├── 02.jpg │ │ │ ├── 03.jpg │ │ │ ├── 04.jpg │ │ │ ├── 05.jpg │ │ │ └── 06.jpg │ ├── event │ │ ├── 01.jpg │ │ ├── 02.jpg │ │ ├── 03.jpg │ │ ├── 04.jpg │ │ └── 05.jpg │ ├── feature │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ ├── 07.png │ │ ├── 08.png │ │ ├── 09.png │ │ └── 10.png │ ├── feedback │ │ ├── 01.jpg │ │ └── student │ │ │ ├── 01.jpg │ │ │ └── 02.jpg │ ├── icon │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ └── 04.png │ ├── instructor │ │ ├── 01.jpg │ │ ├── 01.png │ │ ├── 02.jpg │ │ ├── 03.jpg │ │ ├── 04.jpg │ │ ├── 05.jpg │ │ ├── 06.jpg │ │ ├── 07.jpg │ │ ├── 08.jpg │ │ ├── 09.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ ├── 14.jpg │ │ ├── 15.jpg │ │ └── single │ │ │ ├── 01.jpg │ │ │ └── icon │ │ │ ├── 01.png │ │ │ ├── 02.png │ │ │ ├── 03.png │ │ │ └── 04.png │ ├── logo │ │ ├── 01.png │ │ └── logo.png │ ├── pageheader │ │ ├── 02.jpg │ │ ├── 03.jpg │ │ └── bg │ │ │ ├── 01.jpg │ │ │ └── 02.jpg │ ├── pyment │ │ └── 01.jpg │ ├── shape-img │ │ ├── 01.jpg │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ ├── 07.png │ │ ├── 08.png │ │ ├── 09.png │ │ ├── 10.png │ │ └── icon │ │ │ ├── 01.png │ │ │ ├── 02.png │ │ │ └── 03.png │ ├── shop │ │ ├── 01.jpg │ │ ├── 02.jpg │ │ ├── 03.jpg │ │ ├── 04.jpg │ │ ├── 05.jpg │ │ ├── 06.jpg │ │ ├── 07.jpg │ │ ├── 08.jpg │ │ ├── 09.jpg │ │ └── del.png │ ├── skill │ │ └── icon │ │ │ ├── 01.jpg │ │ │ ├── 02.jpg │ │ │ ├── 03.jpg │ │ │ └── 04.jpg │ ├── sponsor │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ └── 06.png │ └── x-icon.png ├── index.html └── products.json ├── src ├── App.css ├── App.jsx ├── about │ └── About.jsx ├── assets │ ├── css │ │ ├── animate.css │ │ ├── bootstrap.min.css │ │ ├── fonts │ │ │ ├── icofont.eot │ │ │ ├── icofont.svg │ │ │ ├── icofont.ttf │ │ │ ├── icofont.woff │ │ │ └── icofont.woff2 │ │ ├── icofont.min.css │ │ ├── magnific-popup.css │ │ ├── style.min.css │ │ ├── style.min.css.map │ │ └── swiper.min.css │ ├── js │ │ ├── bootstrap.min.js │ │ ├── counter-up.js │ │ ├── functions.js │ │ ├── isotope.pkgd.js │ │ ├── jquery.js │ │ ├── magnific-popup.min.js │ │ ├── progress.js │ │ └── swiper.min.js │ └── sass │ │ ├── style.scss │ │ └── sub-stylesheet │ │ ├── _all_items.scss │ │ ├── _banner.scss │ │ ├── _blog.scss │ │ ├── _extend.scss │ │ ├── _footer.scss │ │ ├── _global.scss │ │ ├── _header.scss │ │ ├── _main.scss │ │ ├── _mixins.scss │ │ ├── _normalize.scss │ │ └── _variables.scss ├── blog │ ├── Blog.jsx │ └── SingleBlog.jsx ├── components │ ├── Footer.jsx │ ├── GoogleMap.jsx │ ├── NavItems.jsx │ ├── PageHeader.jsx │ ├── Ratting.jsx │ ├── SelectedCatagory.jsx │ ├── Sign-up.jsx │ ├── login.jsx │ └── modal.css ├── contact │ └── ContactPage.jsx ├── context │ └── AuthProvider.jsx ├── firebase │ └── firebase.config.js ├── home │ ├── AboutUs.jsx │ ├── AppSection.jsx │ ├── Banner.jsx │ ├── CategoryShowCase.jsx │ ├── Home.jsx │ ├── HomeCatagory.jsx │ ├── LocationSprade.jsx │ ├── Register.jsx │ └── Sponsor.jsx ├── index.css ├── main.jsx ├── privateRoute │ └── PrivateRoute.jsx ├── shop │ ├── CartPage.jsx │ ├── CheckoutPage.jsx │ ├── Pagination.jsx │ ├── PopularPost.jsx │ ├── ProductCards.jsx │ ├── ProductDisplay.jsx │ ├── Review.jsx │ ├── Search.jsx │ ├── Shop.jsx │ ├── ShopCategory.jsx │ ├── SingleProduct.jsx │ └── Tags.jsx └── utilis │ └── blogdata.js └── vite.config.js / dist/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Welcome to Firebase Hosting 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 24 | 25 | 26 | 40 | 41 | 42 |
43 |

Welcome

44 |

Firebase Hosting Setup Complete

45 |

You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!

46 | Open Hosting Documentation 47 |
48 |

Firebase SDK Loading…

49 | 50 | 88 | 89 | 90 | -------------------------------------------------------------------------------- /.eslintrc.cjs: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | env: { browser: true, es2020: true }, 4 | extends: [ 5 | 'eslint:recommended', 6 | 'plugin:react/recommended', 7 | 'plugin:react/jsx-runtime', 8 | 'plugin:react-hooks/recommended', 9 | ], 10 | ignorePatterns: ['dist', '.eslintrc.cjs'], 11 | parserOptions: { ecmaVersion: 'latest', sourceType: 'module' }, 12 | settings: { react: { version: '18.2' } }, 13 | plugins: ['react-refresh'], 14 | rules: { 15 | 'react-refresh/only-export-components': [ 16 | 'warn', 17 | { allowConstantExport: true }, 18 | ], 19 | }, 20 | }; 21 | -------------------------------------------------------------------------------- /.firebase/hosting.IGRpc3Q.cache: -------------------------------------------------------------------------------- 1 | index.html,1706098971297,7fd26833677008de646656876600f824e6efd173fa0021977353ab78f8b47c51 2 | -------------------------------------------------------------------------------- /.firebaserc: -------------------------------------------------------------------------------- 1 | { 2 | "projects": { 3 | "default": "react-ecommerce-905cf" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Logs 2 | logs 3 | *.log 4 | npm-debug.log* 5 | yarn-debug.log* 6 | yarn-error.log* 7 | pnpm-debug.log* 8 | lerna-debug.log* 9 | 10 | node_modules 11 | dist 12 | dist-ssr 13 | *.local 14 | 15 | # Editor directories and files 16 | .vscode/* 17 | !.vscode/extensions.json 18 | .idea 19 | .DS_Store 20 | *.suo 21 | *.ntvs* 22 | *.njsproj 23 | *.sln 24 | *.sw? 25 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # React + Vite 2 | 3 | This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. 4 | 5 | Currently, two official plugins are available: 6 | 7 | - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh 8 | - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh 9 | -------------------------------------------------------------------------------- /firebase.json: -------------------------------------------------------------------------------- 1 | { 2 | "hosting": { 3 | "public": "public", 4 | "ignore": [ 5 | "firebase.json", 6 | "**/.*", 7 | "**/node_modules/**" 8 | ], 9 | "rewrites": [ 10 | { 11 | "source": "**", 12 | "destination": "/index.html" 13 | } 14 | ] 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | E-Commerce 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "dashboard", 3 | "private": true, 4 | "version": "0.0.0", 5 | "type": "module", 6 | "scripts": { 7 | "dev": "vite", 8 | "build": "vite build", 9 | "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", 10 | "preview": "vite preview" 11 | }, 12 | "dependencies": { 13 | "@popperjs/core": "^2.11.8", 14 | "bootstrap": "^5.3.2", 15 | "firebase": "^10.7.2", 16 | "react": "^18.2.0", 17 | "react-bootstrap": "^2.9.2", 18 | "react-countup": "^6.5.0", 19 | "react-dom": "^18.2.0", 20 | "react-router-dom": "^6.21.2", 21 | "swiper": "^11.0.5" 22 | }, 23 | "devDependencies": { 24 | "@rollup/plugin-json": "^6.1.0", 25 | "@types/bootstrap": "^5.2.10", 26 | "@types/react": "^18.2.43", 27 | "@types/react-dom": "^18.2.17", 28 | "@vitejs/plugin-react": "^4.2.1", 29 | "eslint": "^8.55.0", 30 | "eslint-plugin-react": "^7.33.2", 31 | "eslint-plugin-react-hooks": "^4.6.0", 32 | "eslint-plugin-react-refresh": "^0.4.5", 33 | "vite": "^5.0.8" 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/favicon.ico -------------------------------------------------------------------------------- /public/images/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/404.png -------------------------------------------------------------------------------- /public/images/about/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/about/01.jpg -------------------------------------------------------------------------------- /public/images/about/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/about/01.png -------------------------------------------------------------------------------- /public/images/about/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/about/02.jpg -------------------------------------------------------------------------------- /public/images/about/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/about/03.jpg -------------------------------------------------------------------------------- /public/images/about/icon/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/about/icon/01.jpg -------------------------------------------------------------------------------- /public/images/about/icon/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/about/icon/02.jpg -------------------------------------------------------------------------------- /public/images/about/icon/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/about/icon/03.jpg -------------------------------------------------------------------------------- /public/images/achive/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/achive/01.png -------------------------------------------------------------------------------- /public/images/achive/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/achive/02.png -------------------------------------------------------------------------------- /public/images/app/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/app/01.jpg -------------------------------------------------------------------------------- /public/images/app/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/app/02.jpg -------------------------------------------------------------------------------- /public/images/author/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/author/01.jpg -------------------------------------------------------------------------------- /public/images/author/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/author/02.jpg -------------------------------------------------------------------------------- /public/images/author/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/author/03.jpg -------------------------------------------------------------------------------- /public/images/banner/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/banner/01.png -------------------------------------------------------------------------------- /public/images/banner/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/banner/02.png -------------------------------------------------------------------------------- /public/images/banner/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/banner/03.png -------------------------------------------------------------------------------- /public/images/bg-img/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/bg-img/01.jpg -------------------------------------------------------------------------------- /public/images/bg-img/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/bg-img/02.jpg -------------------------------------------------------------------------------- /public/images/bg-img/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/bg-img/03.jpg -------------------------------------------------------------------------------- /public/images/bg-img/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/bg-img/04.jpg -------------------------------------------------------------------------------- /public/images/bg-img/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/bg-img/05.jpg -------------------------------------------------------------------------------- /public/images/bg-img/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/bg-img/06.jpg -------------------------------------------------------------------------------- /public/images/bg-img/07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/bg-img/07.jpg -------------------------------------------------------------------------------- /public/images/bg-img/08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/bg-img/08.jpg -------------------------------------------------------------------------------- /public/images/bg-img/09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/bg-img/09.jpg -------------------------------------------------------------------------------- /public/images/bg-img/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/bg-img/10.jpg -------------------------------------------------------------------------------- /public/images/bg-img/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/bg-img/11.jpg -------------------------------------------------------------------------------- /public/images/bg-img/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/bg-img/12.jpg -------------------------------------------------------------------------------- /public/images/bg-img/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/bg-img/13.jpg -------------------------------------------------------------------------------- /public/images/bg-img/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/bg-img/14.jpg -------------------------------------------------------------------------------- /public/images/blog/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/01.jpg -------------------------------------------------------------------------------- /public/images/blog/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/02.jpg -------------------------------------------------------------------------------- /public/images/blog/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/03.jpg -------------------------------------------------------------------------------- /public/images/blog/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/04.jpg -------------------------------------------------------------------------------- /public/images/blog/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/05.jpg -------------------------------------------------------------------------------- /public/images/blog/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/06.jpg -------------------------------------------------------------------------------- /public/images/blog/07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/07.jpg -------------------------------------------------------------------------------- /public/images/blog/08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/08.jpg -------------------------------------------------------------------------------- /public/images/blog/09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/09.jpg -------------------------------------------------------------------------------- /public/images/blog/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/10.jpg -------------------------------------------------------------------------------- /public/images/blog/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/11.jpg -------------------------------------------------------------------------------- /public/images/blog/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/12.jpg -------------------------------------------------------------------------------- /public/images/blog/quote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/quote.png -------------------------------------------------------------------------------- /public/images/blog/single/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/single/01.jpg -------------------------------------------------------------------------------- /public/images/blog/single/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/single/02.jpg -------------------------------------------------------------------------------- /public/images/blog/single/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/blog/single/03.jpg -------------------------------------------------------------------------------- /public/images/category/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/01.jpg -------------------------------------------------------------------------------- /public/images/category/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/02.jpg -------------------------------------------------------------------------------- /public/images/category/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/03.jpg -------------------------------------------------------------------------------- /public/images/category/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/04.jpg -------------------------------------------------------------------------------- /public/images/category/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/05.jpg -------------------------------------------------------------------------------- /public/images/category/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/06.jpg -------------------------------------------------------------------------------- /public/images/category/bg/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/bg/01.jpg -------------------------------------------------------------------------------- /public/images/category/bg/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/bg/02.jpg -------------------------------------------------------------------------------- /public/images/category/bg/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/bg/03.jpg -------------------------------------------------------------------------------- /public/images/category/bg/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/bg/04.jpg -------------------------------------------------------------------------------- /public/images/category/bg/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/bg/05.jpg -------------------------------------------------------------------------------- /public/images/category/bg/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/bg/06.jpg -------------------------------------------------------------------------------- /public/images/category/bg/07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/bg/07.jpg -------------------------------------------------------------------------------- /public/images/category/bg/08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/bg/08.jpg -------------------------------------------------------------------------------- /public/images/category/icon/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/01.jpg -------------------------------------------------------------------------------- /public/images/category/icon/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/02.jpg -------------------------------------------------------------------------------- /public/images/category/icon/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/03.jpg -------------------------------------------------------------------------------- /public/images/category/icon/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/04.jpg -------------------------------------------------------------------------------- /public/images/category/icon/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/05.jpg -------------------------------------------------------------------------------- /public/images/category/icon/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/06.jpg -------------------------------------------------------------------------------- /public/images/category/icon/07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/07.jpg -------------------------------------------------------------------------------- /public/images/category/icon/08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/08.jpg -------------------------------------------------------------------------------- /public/images/category/icon/09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/09.jpg -------------------------------------------------------------------------------- /public/images/category/icon/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/10.jpg -------------------------------------------------------------------------------- /public/images/category/icon/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/11.jpg -------------------------------------------------------------------------------- /public/images/category/icon/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/12.jpg -------------------------------------------------------------------------------- /public/images/category/icon/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/13.jpg -------------------------------------------------------------------------------- /public/images/category/icon/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/14.jpg -------------------------------------------------------------------------------- /public/images/category/icon/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/15.jpg -------------------------------------------------------------------------------- /public/images/category/icon/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/16.jpg -------------------------------------------------------------------------------- /public/images/category/icon/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/icon/17.jpg -------------------------------------------------------------------------------- /public/images/category/trimer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/category/trimer.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/01.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/02.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/03.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/04.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/05.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/06.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/07.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/08.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/09.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/10.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/11.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/12.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/13.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/14.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/15.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/16.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/17.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/18.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/19.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/20.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/21.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/22.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/23.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/24.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/25.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/26.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/27.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/brand/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/brand/01.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/brand/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/brand/02.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/brand/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/brand/03.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/brand/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/brand/04.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/brand/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/brand/05.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/brand/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/brand/06.jpg -------------------------------------------------------------------------------- /public/images/categoryTab/brand/apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/categoryTab/brand/apple.png -------------------------------------------------------------------------------- /public/images/choose/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/choose/01.png -------------------------------------------------------------------------------- /public/images/clients/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/clients/01.jpg -------------------------------------------------------------------------------- /public/images/clients/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/clients/02.jpg -------------------------------------------------------------------------------- /public/images/clients/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/clients/03.jpg -------------------------------------------------------------------------------- /public/images/clients/avater.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/clients/avater.jpg -------------------------------------------------------------------------------- /public/images/clients/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/clients/bg.png -------------------------------------------------------------------------------- /public/images/contact/icon/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/contact/icon/01.png -------------------------------------------------------------------------------- /public/images/contact/icon/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/contact/icon/02.png -------------------------------------------------------------------------------- /public/images/course/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/01.jpg -------------------------------------------------------------------------------- /public/images/course/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/02.jpg -------------------------------------------------------------------------------- /public/images/course/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/03.jpg -------------------------------------------------------------------------------- /public/images/course/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/04.jpg -------------------------------------------------------------------------------- /public/images/course/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/05.jpg -------------------------------------------------------------------------------- /public/images/course/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/06.jpg -------------------------------------------------------------------------------- /public/images/course/07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/07.jpg -------------------------------------------------------------------------------- /public/images/course/08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/08.jpg -------------------------------------------------------------------------------- /public/images/course/09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/09.jpg -------------------------------------------------------------------------------- /public/images/course/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/10.jpg -------------------------------------------------------------------------------- /public/images/course/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/11.jpg -------------------------------------------------------------------------------- /public/images/course/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/12.jpg -------------------------------------------------------------------------------- /public/images/course/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/13.jpg -------------------------------------------------------------------------------- /public/images/course/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/14.jpg -------------------------------------------------------------------------------- /public/images/course/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/15.jpg -------------------------------------------------------------------------------- /public/images/course/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/16.jpg -------------------------------------------------------------------------------- /public/images/course/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/17.jpg -------------------------------------------------------------------------------- /public/images/course/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/18.jpg -------------------------------------------------------------------------------- /public/images/course/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/19.jpg -------------------------------------------------------------------------------- /public/images/course/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/20.jpg -------------------------------------------------------------------------------- /public/images/course/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/21.jpg -------------------------------------------------------------------------------- /public/images/course/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/22.jpg -------------------------------------------------------------------------------- /public/images/course/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/23.jpg -------------------------------------------------------------------------------- /public/images/course/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/24.jpg -------------------------------------------------------------------------------- /public/images/course/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/25.jpg -------------------------------------------------------------------------------- /public/images/course/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/26.jpg -------------------------------------------------------------------------------- /public/images/course/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/27.jpg -------------------------------------------------------------------------------- /public/images/course/author/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/author/01.jpg -------------------------------------------------------------------------------- /public/images/course/author/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/author/02.jpg -------------------------------------------------------------------------------- /public/images/course/author/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/author/03.jpg -------------------------------------------------------------------------------- /public/images/course/author/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/author/04.jpg -------------------------------------------------------------------------------- /public/images/course/author/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/author/05.jpg -------------------------------------------------------------------------------- /public/images/course/author/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/course/author/06.jpg -------------------------------------------------------------------------------- /public/images/event/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/event/01.jpg -------------------------------------------------------------------------------- /public/images/event/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/event/02.jpg -------------------------------------------------------------------------------- /public/images/event/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/event/03.jpg -------------------------------------------------------------------------------- /public/images/event/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/event/04.jpg -------------------------------------------------------------------------------- /public/images/event/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/event/05.jpg -------------------------------------------------------------------------------- /public/images/feature/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/feature/01.png -------------------------------------------------------------------------------- /public/images/feature/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/feature/02.png -------------------------------------------------------------------------------- /public/images/feature/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/feature/03.png -------------------------------------------------------------------------------- /public/images/feature/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/feature/04.png -------------------------------------------------------------------------------- /public/images/feature/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/feature/05.png -------------------------------------------------------------------------------- /public/images/feature/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/feature/06.png -------------------------------------------------------------------------------- /public/images/feature/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/feature/07.png -------------------------------------------------------------------------------- /public/images/feature/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/feature/08.png -------------------------------------------------------------------------------- /public/images/feature/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/feature/09.png -------------------------------------------------------------------------------- /public/images/feature/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/feature/10.png -------------------------------------------------------------------------------- /public/images/feedback/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/feedback/01.jpg -------------------------------------------------------------------------------- /public/images/feedback/student/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/feedback/student/01.jpg -------------------------------------------------------------------------------- /public/images/feedback/student/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/feedback/student/02.jpg -------------------------------------------------------------------------------- /public/images/icon/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/icon/01.png -------------------------------------------------------------------------------- /public/images/icon/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/icon/02.png -------------------------------------------------------------------------------- /public/images/icon/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/icon/03.png -------------------------------------------------------------------------------- /public/images/icon/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/icon/04.png -------------------------------------------------------------------------------- /public/images/instructor/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/01.jpg -------------------------------------------------------------------------------- /public/images/instructor/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/01.png -------------------------------------------------------------------------------- /public/images/instructor/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/02.jpg -------------------------------------------------------------------------------- /public/images/instructor/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/03.jpg -------------------------------------------------------------------------------- /public/images/instructor/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/04.jpg -------------------------------------------------------------------------------- /public/images/instructor/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/05.jpg -------------------------------------------------------------------------------- /public/images/instructor/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/06.jpg -------------------------------------------------------------------------------- /public/images/instructor/07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/07.jpg -------------------------------------------------------------------------------- /public/images/instructor/08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/08.jpg -------------------------------------------------------------------------------- /public/images/instructor/09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/09.jpg -------------------------------------------------------------------------------- /public/images/instructor/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/10.jpg -------------------------------------------------------------------------------- /public/images/instructor/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/11.jpg -------------------------------------------------------------------------------- /public/images/instructor/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/12.jpg -------------------------------------------------------------------------------- /public/images/instructor/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/13.jpg -------------------------------------------------------------------------------- /public/images/instructor/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/14.jpg -------------------------------------------------------------------------------- /public/images/instructor/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/15.jpg -------------------------------------------------------------------------------- /public/images/instructor/single/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/single/01.jpg -------------------------------------------------------------------------------- /public/images/instructor/single/icon/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/single/icon/01.png -------------------------------------------------------------------------------- /public/images/instructor/single/icon/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/single/icon/02.png -------------------------------------------------------------------------------- /public/images/instructor/single/icon/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/single/icon/03.png -------------------------------------------------------------------------------- /public/images/instructor/single/icon/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/instructor/single/icon/04.png -------------------------------------------------------------------------------- /public/images/logo/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/logo/01.png -------------------------------------------------------------------------------- /public/images/logo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/logo/logo.png -------------------------------------------------------------------------------- /public/images/pageheader/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/pageheader/02.jpg -------------------------------------------------------------------------------- /public/images/pageheader/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/pageheader/03.jpg -------------------------------------------------------------------------------- /public/images/pageheader/bg/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/pageheader/bg/01.jpg -------------------------------------------------------------------------------- /public/images/pageheader/bg/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/pageheader/bg/02.jpg -------------------------------------------------------------------------------- /public/images/pyment/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/pyment/01.jpg -------------------------------------------------------------------------------- /public/images/shape-img/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shape-img/01.jpg -------------------------------------------------------------------------------- /public/images/shape-img/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shape-img/01.png -------------------------------------------------------------------------------- /public/images/shape-img/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shape-img/02.png -------------------------------------------------------------------------------- /public/images/shape-img/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shape-img/03.png -------------------------------------------------------------------------------- /public/images/shape-img/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shape-img/04.png -------------------------------------------------------------------------------- /public/images/shape-img/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shape-img/05.png -------------------------------------------------------------------------------- /public/images/shape-img/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shape-img/06.png -------------------------------------------------------------------------------- /public/images/shape-img/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shape-img/07.png -------------------------------------------------------------------------------- /public/images/shape-img/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shape-img/08.png -------------------------------------------------------------------------------- /public/images/shape-img/09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shape-img/09.png -------------------------------------------------------------------------------- /public/images/shape-img/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shape-img/10.png -------------------------------------------------------------------------------- /public/images/shape-img/icon/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shape-img/icon/01.png -------------------------------------------------------------------------------- /public/images/shape-img/icon/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shape-img/icon/02.png -------------------------------------------------------------------------------- /public/images/shape-img/icon/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shape-img/icon/03.png -------------------------------------------------------------------------------- /public/images/shop/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shop/01.jpg -------------------------------------------------------------------------------- /public/images/shop/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shop/02.jpg -------------------------------------------------------------------------------- /public/images/shop/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shop/03.jpg -------------------------------------------------------------------------------- /public/images/shop/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shop/04.jpg -------------------------------------------------------------------------------- /public/images/shop/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shop/05.jpg -------------------------------------------------------------------------------- /public/images/shop/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shop/06.jpg -------------------------------------------------------------------------------- /public/images/shop/07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shop/07.jpg -------------------------------------------------------------------------------- /public/images/shop/08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shop/08.jpg -------------------------------------------------------------------------------- /public/images/shop/09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shop/09.jpg -------------------------------------------------------------------------------- /public/images/shop/del.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/shop/del.png -------------------------------------------------------------------------------- /public/images/skill/icon/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/skill/icon/01.jpg -------------------------------------------------------------------------------- /public/images/skill/icon/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/skill/icon/02.jpg -------------------------------------------------------------------------------- /public/images/skill/icon/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/skill/icon/03.jpg -------------------------------------------------------------------------------- /public/images/skill/icon/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/skill/icon/04.jpg -------------------------------------------------------------------------------- /public/images/sponsor/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/sponsor/01.png -------------------------------------------------------------------------------- /public/images/sponsor/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/sponsor/02.png -------------------------------------------------------------------------------- /public/images/sponsor/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/sponsor/03.png -------------------------------------------------------------------------------- /public/images/sponsor/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/sponsor/04.png -------------------------------------------------------------------------------- /public/images/sponsor/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/sponsor/05.png -------------------------------------------------------------------------------- /public/images/sponsor/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/sponsor/06.png -------------------------------------------------------------------------------- /public/images/x-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arbab-Mustafa/E-commerce_Reactjs/abaf9f52fa8ea385151e33b4331184f7c2ca50ae/public/images/x-icon.png -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Welcome to Firebase Hosting 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 24 | 25 | 26 | 40 | 41 | 42 |
43 |

Welcome

44 |

Firebase Hosting Setup Complete

45 |

You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!

46 | Open Hosting Documentation 47 |
48 |

Firebase SDK Loading…

49 | 50 | 88 | 89 | 90 | -------------------------------------------------------------------------------- /src/App.css: -------------------------------------------------------------------------------- 1 | .nav-profile { 2 | width: 40px; 3 | height: 40px; 4 | border-radius: 50%; 5 | background: indigo; 6 | cursor: pointer; 7 | } 8 | 9 | .page-item { 10 | width: 46px; 11 | height: 46px; 12 | text-align: center; 13 | border-radius: 50%; 14 | box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06); 15 | background: #fff; 16 | color: #101115; 17 | display: flex; 18 | justify-content: center; 19 | align-items: center; 20 | margin: 7px; 21 | } 22 | 23 | .github { 24 | height: 36px; 25 | width: 36px; 26 | line-height: 36px; 27 | transition: all 0.3s ease; 28 | border-radius: 50%; 29 | display: inline-flex; 30 | justify-content: center; 31 | align-items: center; 32 | background: #0f9d58; 33 | color: #fff; 34 | } 35 | -------------------------------------------------------------------------------- /src/App.jsx: -------------------------------------------------------------------------------- 1 | import { Outlet } from 'react-router-dom'; 2 | import './App.css'; 3 | import { NavItems } from './components/NavItems'; 4 | import Footer from './components/Footer'; 5 | 6 | function App() { 7 | return ( 8 | <> 9 | 10 |
11 | 12 |
13 |