( 2025/01/22 ) 4차 배포
( 2025/01/20 ) 3차 배포
( 2025/01/15 ) 2차 배포
( 2025/01/02 ) 1차 배포
📂 src
├──📂 components
│ ├──📂 bookmarks
│ │ └── BookmarksEmpty.jsx
│ ├── 📂 carts
│ │ ├── CartsBox.jsx
│ │ ├── CartsDelete.jsx
│ │ ├── CartsEmpty.jsx
│ │ └── CartsPayment.jsx
│ ├── 📂 common
│ │ ├── CategoryCard.jsx
│ │ ├── CategoryChip.jsx
│ │ ├── CategorySection.jsx
│ │ ├── EmptyPage.jsx
│ │ ├── InputError.jsx
│ │ ├── InputField.jsx
│ │ ├── MoveScroll.jsx
│ │ ├── PrivateRoute.jsx
│ │ ├── ProductCard.jsx
│ │ ├── ProductLikeBtn.jsx
│ │ ├── ProfileDropdown.jsx
│ │ └── Spinner.jsx
│ ├── 📂 create
│ │ ├── ProductCategory.jsx
│ │ ├── ProductContent.jsx
│ │ ├── ProductCreateSuccess.jsx
│ │ └── ProductImageUploader.jsx
│ ├── 📂 detail
│ │ ├── AddReview.jsx
│ │ ├── ProductsDetailInformation.jsx
│ │ ├── ProductsExplanation.jsx
│ │ └── ReviewList.jsx
│ ├── 📂 layout
│ │ ├── Footer.jsx
│ │ ├── Header.jsx
│ │ └── index.jsx
│ ├── 📂 main
│ │ ├── MainBanner.jsx
│ │ ├── MainProductList.jsx
│ │ ├── SellerCard.jsx
│ │ └── TopSellerList.jsx
│ ├── 📂 search
│ │ ├── Search.jsx
│ │ ├── SearchNoResult.jsx
│ │ ├── SearchPopulars.jsx
│ │ └── SearchRecents.jsx
│ └─── 📂 user
│ └── PasswordInput.jsx
├──📂 hooks
│ ├── useAxiosInstance.js
│ └── useLoading.js
├──📂 pages
│ ├──📂 users
│ │ ├── Login.jsx
│ │ ├── LoginKakao.jsx
│ │ ├── MyInfo.jsx
│ │ └── Signup.jsx
│ ├── Bookmarks.jsx
│ ├── Carts.jsx
│ ├── Create.jsx
│ ├── Detail.jsx
│ ├── Main.jsx
│ ├── Payment.jsx
│ ├── Products.jsx
│ └── SearchResults.jsx
└──📂 zustand
├── useLoadingStore.js
├── userStore.js
└── useSearchStore.js
app.jsx
index.css
main.jsx
routes.jsx
안지훈
- 상품 등록 페이지
- 카테고리별 상품 페이지
- 검색 페이지
- 공통 컴포넌트 작업
- 문서 작업
강지훈
- 프로젝트 디자인
- 로그인/회원가입 페이지
- 메인 페이지
- 내 정보 페이지
- 공통 컴포넌트 작업
지승현
- 상품 상세 페이지
- 장바구니 페이지
- 찜한 상품 페이지
- 결제 페이지
윤영채
- 검색 페이지
- 문서 작업