🗓️ 기획 기간 : 2023.11.20 ~ 2023.11.27
🗓️ 개발 기간 : 2023.11.28 ~ 2023.12.22
소규모 음원 제작자들을 위한 오픈마켓 플랫폼 구축
(web for PC)
안승지 | 강보경 | 김진주 |
---|---|---|
![]() |
![]() |
![]() |
📦src
┣ 📂components
┃ ┣ 📂listMusicPlayer
┃ ┃ ┣ 📜ControlPanel.tsx
┃ ┃ ┣ 📜MusicPlayer.tsx
┃ ┃ ┗ 📜PlayerSlider.tsx
┃ ┣ 📜AuthInput.tsx
┃ ┣ 📜FilterComponent.tsx
┃ ┣ 📜FormInput.tsx
┃ ┣ 📜FunctionalButton.tsx
┃ ┣ 📜LoadingSpinner.tsx
┃ ┣ 📜MyPageList.tsx
┃ ┣ 📜ProductDetailBadgeComponent.tsx
┃ ┣ 📜ProductDetailComponent.tsx
┃ ┣ 📜ProductListComponent.tsx
┃ ┣ 📜ProductListItem.tsx
┃ ┣ 📜ReplyComponent.tsx
┃ ┣ 📜SearchBar.tsx
┃ ┣ 📜SelectGenre.tsx
┃ ┗ 📜Textarea.tsx
┣ 📂hooks
┃ ┣ 📜useCategoryFilterProductList.ts
┃ ┗ 📜useRequireAuth.ts
┣ 📂interfaces
┃ ┣ 📜category.d.ts
┃ ┣ 📜custom.d.ts
┃ ┣ 📜order.d.ts
┃ ┣ 📜product.d.ts
┃ ┗ 📜user.d.ts
┣ 📂layout
┃ ┣ 📜AuthLayout.tsx
┃ ┣ 📜Footer.tsx
┃ ┣ 📜Header.tsx
┃ ┗ 📜RootLayout.tsx
┣ 📂pages
┃ ┣ 📂error
┃ ┃ ┣ 📜Error404.tsx
┃ ┃ ┗ 📜ErrorBoundary.tsx
┃ ┣ 📂product
┃ ┃ ┣ 📜ProductDetail.tsx
┃ ┃ ┣ 📜ProductEdit.tsx
┃ ┃ ┣ 📜ProductManage.tsx
┃ ┃ ┣ 📜ProductPurchase.tsx
┃ ┃ ┗ 📜ProductRegistration.tsx
┃ ┣ 📂user
┃ ┃ ┣ 📜MyPage.tsx
┃ ┃ ┣ 📜SignIn.tsx
┃ ┃ ┣ 📜SignUp.tsx
┃ ┃ ┣ 📜UserEdit.tsx
┃ ┃ ┣ 📜UserOrders.tsx
┃ ┃ ┗ 📜UserProducts.tsx
┃ ┗ 📜Index.tsx
┣ 📂states
┃ ┣ 📜authState.ts
┃ ┣ 📜categoryState.ts
┃ ┗ 📜productListState.ts
┣ 📂styles
┃ ┗ 📜common.ts
┣ 📂utils
┃ ┣ 📜debounce.ts
┃ ┣ 📜filterProductList.ts
┃ ┣ 📜formData.ts
┃ ┣ 📜index.ts
┃ ┣ 📜itemWithExpireTime.ts
┃ ┣ 📜numberWithComma.ts
┃ ┣ 📜refreshToken.ts
┃ ┗ 📜uploadFile.ts
┣ 📜App.tsx
┣ 📜main.tsx
┣ 📜routes.tsx
┗ 📜vite-env.d.ts
cd open-market
npm run dev
cd open-market
npm run build
cd open-market
npm run preview