Skip to content
Snippets Groups Projects
Commit f94316fe authored by Campbell-Brady, Fin (PG/T - Comp Sci & Elec Eng)'s avatar Campbell-Brady, Fin (PG/T - Comp Sci & Elec Eng)
Browse files
parents 834136ca dac9f4b4
No related branches found
No related tags found
No related merge requests found
Showing
with 4677 additions and 0 deletions
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parserOptions: { ecmaVersion: 'latest', sourceType: 'module' },
settings: { react: { version: '18.2' } },
plugins: ['react-refresh'],
rules: {
'react/jsx-no-target-blank': 'off',
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
}
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Shopify
This is the web tech course work frontend
## Link for the frontend
<a href="https://shopify-pink-gamma.vercel.app/">Shopify - All in one Online Shop</a>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shopify - All in one Online Shop</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
This diff is collapsed.
{
"name": "e-commerce-project-compelete-shopify-",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.0",
"sass": "^1.76.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"vite": "^5.2.0"
}
}
Full Frontend Code repo/public/c1.jpg

1.26 MiB

Full Frontend Code repo/public/c10.jpg

67.9 KiB

Full Frontend Code repo/public/c11.jpg

85.9 KiB

Full Frontend Code repo/public/c12.jpg

166 KiB

Full Frontend Code repo/public/c13.jpg

7.12 KiB

Full Frontend Code repo/public/c14.jpg

13 KiB

Full Frontend Code repo/public/c15.jpg

10.7 KiB

Full Frontend Code repo/public/c16.jpg

3.3 KiB

Full Frontend Code repo/public/c17.jpg

35.5 KiB

Full Frontend Code repo/public/c18.jpg

137 KiB

Full Frontend Code repo/public/c19.jpg

197 KiB

Full Frontend Code repo/public/c2.jpg

44.5 KiB

Full Frontend Code repo/public/c20.jpg

7.02 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment