Skip to content

Commit 9a0cc10

Browse files
updated website name
1 parent 34024fa commit 9a0cc10

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# E-Commerce Page
1+
# CodeCommerce
22

33
This is a modern e-commerce web application built using **React.js**, **Redux**, **Tailwind CSS**, **Material-UI (MUI)**, and **Firebase**. The application showcases a basic e-commerce experience with functionalities like product listing, user authentication, and a shopping cart.
44

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "e-commerce",
2+
"name": "CodeCommerce",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ useEffect(()=>{
2929
},[])
3030
return (
3131

32-
<BrowserRouter basename='E-commerce-page'>
32+
<BrowserRouter basename='CodeCommerce'>
3333
<div className="mx-auto">
3434
<Header />
3535
<Routes >

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import path from "path"; // Import path module
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/E-commerce-page/',
7+
base: '/CodeCommerce/',
88
resolve: {
99
alias: {
1010
"@": path.resolve(__dirname, "src"), // Define alias for shadcn

0 commit comments

Comments
 (0)