Skip to content

Commit

Permalink
Finished Cart Page
Browse files Browse the repository at this point in the history
  • Loading branch information
9AMTech committed Sep 1, 2023
1 parent f7b9c52 commit 4d847ba
Show file tree
Hide file tree
Showing 29 changed files with 12,498 additions and 45 deletions.
File renamed without changes.
3,549 changes: 3,549 additions & 0 deletions brainstorming-bin/diagrams/Full Polished Cart.excalidraw

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,930 changes: 5,930 additions & 0 deletions brainstorming-bin/diagrams/Polished Cart.excalidraw

Large diffs are not rendered by default.

Binary file added brainstorming-bin/diagrams/Polished Cart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/posh-landing/PL-Plane-Logo-transparent.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Posh Landing</title>
<script type="module" crossorigin src="/posh-landing/assets/index-011a2bbb.js"></script>
<script type="module" crossorigin src="/posh-landing/assets/index-6edb8c2b.js"></script>
<link rel="stylesheet" href="/posh-landing/assets/index-f29d5286.css">
</head>
<body>
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"homepage":"http://9AMTech.github.io/posh-landing/",
"homepage": "http://9AMTech.github.io/posh-landing/",
"name": "shopping-cart-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
Expand All @@ -20,7 +20,7 @@
"react-router-dom": "^6.11.2"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
Expand All @@ -34,6 +34,7 @@
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-rewrite-all": "^1.0.1",
"vitest": "^0.31.1"
}
}
Loading

0 comments on commit 4d847ba

Please sign in to comment.