🛍️ 판매자 테스트 계정
ID : sell@test.com / sell1@test.com
PW : zzzz1234!
💸 구매자 테스트 계정
ID : buyer@test.com
PW : zzzz1234!
📦MEcommrece
┣ 📂public
┣ 📂src
┃ ┣ 📂assets
┃ ┃ ┣📜invisible.svg
┃ ┃ ┣ 📜MEcommerce.webp
┃ ┃ ┣ 📜react.svg
┃ ┃ ┗ 📜visible.svg
┃ ┣ 📂components
┃ ┃ ┣ 📂Cart
┃ ┃ ┃ ┣ 📜CartContents.tsx
┃ ┃ ┃ ┗ 📜CartMenu.tsx
┃ ┃ ┣ 📂Category
┃ ┃ ┃ ┣ 📜CategoryCard.tsx
┃ ┃ ┃ ┣ 📜CategoryCarousel.tsx
┃ ┃ ┃ ┗ 📜CategoryList.tsx
┃ ┃ ┣ 📂NavBar
┃ ┃ ┃ ┗ 📜NavBar.tsx
┃ ┃ ┣ 📂Product
┃ ┃ ┃ ┣ 📜ImageCarousel.tsx
┃ ┃ ┃ ┗ 📜ProductCard.tsx
┃ ┃ ┣ 📂types
┃ ┃ ┃ ┗ 📜Iamport.d.ts
┃ ┃ ┣ 📂ui
┃ ┃ ┃ ┣ 📜alert-dialog.tsx
┃ ┃ ┃ ┣ 📜alert.tsx
┃ ┃ ┃ ┣ 📜button.tsx
┃ ┃ ┃ ┣ 📜card.tsx
┃ ┃ ┃ ┣ 📜carousel.tsx
┃ ┃ ┃ ┣ 📜input.tsx
┃ ┃ ┃ ┣ 📜label.tsx
┃ ┃ ┃ ┣ 📜navigation-menu.tsx
┃ ┃ ┃ ┣ 📜select.tsx
┃ ┃ ┃ ┣ 📜sheet.tsx
┃ ┃ ┃ ┣ 📜table.tsx
┃ ┃ ┃ ┣ 📜toggle-group.tsx
┃ ┃ ┃ ┗ 📜toggle.tsx
┃ ┣ 📂context
┃ ┃ ┣ 📜AuthContext.tsx
┃ ┃ ┗ 📜CartContext.tsx
┃ ┣ 📂interface
┃ ┃ ┣ 📜Cart.ts
┃ ┃ ┣ 📜Order.ts
┃ ┃ ┗ 📜Product.ts
┃ ┣ 📂lib
┃ ┃ ┗ 📜utils.ts
┃ ┣ 📂pages
┃ ┃ ┣ 📜Categories.tsx
┃ ┃ ┣ 📜Home.tsx
┃ ┃ ┣ 📜Login.tsx
┃ ┃ ┣ 📜MyPage.tsx
┃ ┃ ┣ 📜Order.tsx
┃ ┃ ┣ 📜OrderDetail.tsx
┃ ┃ ┣ 📜OrderHistory.tsx
┃ ┃ ┣ 📜ProductInfo.tsx
┃ ┃ ┣ 📜ProductList.tsx
┃ ┃ ┣ 📜ProductManage.tsx
┃ ┃ ┣ 📜ProductUpload.tsx
┃ ┃ ┣ 📜SalesManage.tsx
┃ ┃ ┗ 📜SignUp.tsx
┃ ┣ 📂routes
┃ ┃ ┗ 📜Router.tsx
┃ ┣ 📜App.css
┃ ┣ 📜App.tsx
┃ ┣ 📜firebase.ts
┃ ┣ 📜index.css
┃ ┣ 📜main.tsx
┗ ┗ 📜vite-env.d.ts