From 16848e9f637dae23e45fb8f7d3045fe651ec16d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=AF=BC=ED=97=8C?= Date: Thu, 18 Jun 2026 11:30:26 +0900 Subject: [PATCH] =?UTF-8?q?update(front):=20front=20=ED=8F=B4=EB=8D=94?= =?UTF-8?q?=EB=AA=85=20frontend=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {front => frontend}/.env.sample | 0 {front => frontend}/.gitignore | 0 {front => frontend}/README.md | 0 {front => frontend}/eslint.config.js | 0 {front => frontend}/index.html | 0 {front => frontend}/package-lock.json | 0 {front => frontend}/package.json | 0 {front => frontend}/public/favicon.svg | 0 {front => frontend}/public/icons.svg | 0 {front => frontend}/src/App.tsx | 0 .../src/assets/imarketkorea-logo-white.png | Bin .../src/assets/imarketkorea-logo.png | Bin {front => frontend}/src/components/Button.tsx | 0 {front => frontend}/src/components/Input.tsx | 0 {front => frontend}/src/components/Logo.tsx | 0 {front => frontend}/src/components/index.ts | 0 {front => frontend}/src/core/provider.tsx | 0 .../src/features/auth/components/LoginForm.tsx | 0 .../src/features/auth/components/SidebarFooter.tsx | 0 .../src/features/auth/hooks/useLogin.ts | 0 .../src/features/auth/hooks/useLoginMutation.ts | 0 {front => frontend}/src/features/auth/index.ts | 0 .../src/features/chat/components/ChatMessage.tsx | 0 .../src/features/chat/components/ChatSection.tsx | 0 .../src/features/chat/components/ItemImage.tsx | 0 .../src/features/chat/components/ItemSection.tsx | 0 .../src/features/chat/components/RemainingTime.tsx | 0 .../src/features/chat/components/UserButton.tsx | 0 .../src/features/chat/components/menu/Contact.tsx | 0 .../src/features/chat/components/menu/Guide.tsx | 0 .../features/chat/components/menu/MDInformation.tsx | 0 .../features/chat/components/menu/MenuSection.tsx | 0 .../src/features/chat/components/menu/NegoStep.tsx | 0 .../chat/components/templates/BidSummary.tsx | 0 .../chat/components/templates/Indicator.tsx | 0 .../chat/components/templates/OtherReason.tsx | 0 .../features/chat/components/templates/RejectCM.tsx | 0 .../chat/components/templates/RejectRSP.tsx | 0 .../features/chat/components/templates/Summary.tsx | 0 .../chat/components/templates/rejectControls.tsx | 0 .../src/features/chat/components/userInputs.tsx | 0 .../src/features/chat/containers/ChatContainer.tsx | 0 .../src/features/chat/hooks/useChatInit.ts | 0 {front => frontend}/src/features/chat/index.ts | 0 .../src/features/chat/lib/koreanNumber.ts | 0 .../src/features/chat/lib/rejectForm.ts | 0 .../src/features/chat/lib/remainingTime.ts | 0 .../src/features/chat/lib/userButtonConfig.ts | 0 .../src/features/chat/mocks/mockChatInit.ts | 0 .../src/features/chat/mocks/mockMessages.ts | 0 .../src/features/chat/stores/useChatInitStore.ts | 0 .../src/features/chat/stores/useChatStore.ts | 0 {front => frontend}/src/features/chat/types.ts | 0 .../src/features/list/components/ActionSection.tsx | 0 .../src/features/list/components/FilterGroup.tsx | 0 .../src/features/list/components/Pagination.tsx | 0 .../src/features/list/components/TableSection.tsx | 0 .../features/list/components/paginationIcons.tsx | 0 .../src/features/list/components/tableColumns.tsx | 0 .../features/list/containers/ContentContainer.tsx | 0 .../features/list/containers/FilterContainer.tsx | 0 .../src/features/list/filterOptions.ts | 0 .../src/features/list/hooks/useList.ts | 0 {front => frontend}/src/features/list/index.ts | 0 .../src/features/list/lib/datetime.ts | 0 .../src/features/list/lib/pagination.ts | 0 .../src/features/list/mocks/mockItems.ts | 0 .../src/features/list/stores/useListStore.ts | 0 {front => frontend}/src/features/list/types.ts | 0 {front => frontend}/src/index.css | 0 {front => frontend}/src/layouts/MainHeaderBar.tsx | 0 {front => frontend}/src/layouts/MainLayout.tsx | 0 {front => frontend}/src/layouts/index.ts | 0 {front => frontend}/src/lib/cn.ts | 0 {front => frontend}/src/lib/index.ts | 0 {front => frontend}/src/lib/interactive.ts | 0 {front => frontend}/src/main.tsx | 0 {front => frontend}/src/pages/ChatPage.tsx | 0 {front => frontend}/src/pages/ListPage.tsx | 0 {front => frontend}/src/pages/LoginPage.tsx | 0 {front => frontend}/src/vite-env.d.ts | 0 {front => frontend}/tsconfig.app.json | 0 {front => frontend}/tsconfig.json | 0 {front => frontend}/tsconfig.node.json | 0 {front => frontend}/vite.config.ts | 0 85 files changed, 0 insertions(+), 0 deletions(-) rename {front => frontend}/.env.sample (100%) rename {front => frontend}/.gitignore (100%) rename {front => frontend}/README.md (100%) rename {front => frontend}/eslint.config.js (100%) rename {front => frontend}/index.html (100%) rename {front => frontend}/package-lock.json (100%) rename {front => frontend}/package.json (100%) rename {front => frontend}/public/favicon.svg (100%) rename {front => frontend}/public/icons.svg (100%) rename {front => frontend}/src/App.tsx (100%) rename {front => frontend}/src/assets/imarketkorea-logo-white.png (100%) rename {front => frontend}/src/assets/imarketkorea-logo.png (100%) rename {front => frontend}/src/components/Button.tsx (100%) rename {front => frontend}/src/components/Input.tsx (100%) rename {front => frontend}/src/components/Logo.tsx (100%) rename {front => frontend}/src/components/index.ts (100%) rename {front => frontend}/src/core/provider.tsx (100%) rename {front => frontend}/src/features/auth/components/LoginForm.tsx (100%) rename {front => frontend}/src/features/auth/components/SidebarFooter.tsx (100%) rename {front => frontend}/src/features/auth/hooks/useLogin.ts (100%) rename {front => frontend}/src/features/auth/hooks/useLoginMutation.ts (100%) rename {front => frontend}/src/features/auth/index.ts (100%) rename {front => frontend}/src/features/chat/components/ChatMessage.tsx (100%) rename {front => frontend}/src/features/chat/components/ChatSection.tsx (100%) rename {front => frontend}/src/features/chat/components/ItemImage.tsx (100%) rename {front => frontend}/src/features/chat/components/ItemSection.tsx (100%) rename {front => frontend}/src/features/chat/components/RemainingTime.tsx (100%) rename {front => frontend}/src/features/chat/components/UserButton.tsx (100%) rename {front => frontend}/src/features/chat/components/menu/Contact.tsx (100%) rename {front => frontend}/src/features/chat/components/menu/Guide.tsx (100%) rename {front => frontend}/src/features/chat/components/menu/MDInformation.tsx (100%) rename {front => frontend}/src/features/chat/components/menu/MenuSection.tsx (100%) rename {front => frontend}/src/features/chat/components/menu/NegoStep.tsx (100%) rename {front => frontend}/src/features/chat/components/templates/BidSummary.tsx (100%) rename {front => frontend}/src/features/chat/components/templates/Indicator.tsx (100%) rename {front => frontend}/src/features/chat/components/templates/OtherReason.tsx (100%) rename {front => frontend}/src/features/chat/components/templates/RejectCM.tsx (100%) rename {front => frontend}/src/features/chat/components/templates/RejectRSP.tsx (100%) rename {front => frontend}/src/features/chat/components/templates/Summary.tsx (100%) rename {front => frontend}/src/features/chat/components/templates/rejectControls.tsx (100%) rename {front => frontend}/src/features/chat/components/userInputs.tsx (100%) rename {front => frontend}/src/features/chat/containers/ChatContainer.tsx (100%) rename {front => frontend}/src/features/chat/hooks/useChatInit.ts (100%) rename {front => frontend}/src/features/chat/index.ts (100%) rename {front => frontend}/src/features/chat/lib/koreanNumber.ts (100%) rename {front => frontend}/src/features/chat/lib/rejectForm.ts (100%) rename {front => frontend}/src/features/chat/lib/remainingTime.ts (100%) rename {front => frontend}/src/features/chat/lib/userButtonConfig.ts (100%) rename {front => frontend}/src/features/chat/mocks/mockChatInit.ts (100%) rename {front => frontend}/src/features/chat/mocks/mockMessages.ts (100%) rename {front => frontend}/src/features/chat/stores/useChatInitStore.ts (100%) rename {front => frontend}/src/features/chat/stores/useChatStore.ts (100%) rename {front => frontend}/src/features/chat/types.ts (100%) rename {front => frontend}/src/features/list/components/ActionSection.tsx (100%) rename {front => frontend}/src/features/list/components/FilterGroup.tsx (100%) rename {front => frontend}/src/features/list/components/Pagination.tsx (100%) rename {front => frontend}/src/features/list/components/TableSection.tsx (100%) rename {front => frontend}/src/features/list/components/paginationIcons.tsx (100%) rename {front => frontend}/src/features/list/components/tableColumns.tsx (100%) rename {front => frontend}/src/features/list/containers/ContentContainer.tsx (100%) rename {front => frontend}/src/features/list/containers/FilterContainer.tsx (100%) rename {front => frontend}/src/features/list/filterOptions.ts (100%) rename {front => frontend}/src/features/list/hooks/useList.ts (100%) rename {front => frontend}/src/features/list/index.ts (100%) rename {front => frontend}/src/features/list/lib/datetime.ts (100%) rename {front => frontend}/src/features/list/lib/pagination.ts (100%) rename {front => frontend}/src/features/list/mocks/mockItems.ts (100%) rename {front => frontend}/src/features/list/stores/useListStore.ts (100%) rename {front => frontend}/src/features/list/types.ts (100%) rename {front => frontend}/src/index.css (100%) rename {front => frontend}/src/layouts/MainHeaderBar.tsx (100%) rename {front => frontend}/src/layouts/MainLayout.tsx (100%) rename {front => frontend}/src/layouts/index.ts (100%) rename {front => frontend}/src/lib/cn.ts (100%) rename {front => frontend}/src/lib/index.ts (100%) rename {front => frontend}/src/lib/interactive.ts (100%) rename {front => frontend}/src/main.tsx (100%) rename {front => frontend}/src/pages/ChatPage.tsx (100%) rename {front => frontend}/src/pages/ListPage.tsx (100%) rename {front => frontend}/src/pages/LoginPage.tsx (100%) rename {front => frontend}/src/vite-env.d.ts (100%) rename {front => frontend}/tsconfig.app.json (100%) rename {front => frontend}/tsconfig.json (100%) rename {front => frontend}/tsconfig.node.json (100%) rename {front => frontend}/vite.config.ts (100%) diff --git a/front/.env.sample b/frontend/.env.sample similarity index 100% rename from front/.env.sample rename to frontend/.env.sample diff --git a/front/.gitignore b/frontend/.gitignore similarity index 100% rename from front/.gitignore rename to frontend/.gitignore diff --git a/front/README.md b/frontend/README.md similarity index 100% rename from front/README.md rename to frontend/README.md diff --git a/front/eslint.config.js b/frontend/eslint.config.js similarity index 100% rename from front/eslint.config.js rename to frontend/eslint.config.js diff --git a/front/index.html b/frontend/index.html similarity index 100% rename from front/index.html rename to frontend/index.html diff --git a/front/package-lock.json b/frontend/package-lock.json similarity index 100% rename from front/package-lock.json rename to frontend/package-lock.json diff --git a/front/package.json b/frontend/package.json similarity index 100% rename from front/package.json rename to frontend/package.json diff --git a/front/public/favicon.svg b/frontend/public/favicon.svg similarity index 100% rename from front/public/favicon.svg rename to frontend/public/favicon.svg diff --git a/front/public/icons.svg b/frontend/public/icons.svg similarity index 100% rename from front/public/icons.svg rename to frontend/public/icons.svg diff --git a/front/src/App.tsx b/frontend/src/App.tsx similarity index 100% rename from front/src/App.tsx rename to frontend/src/App.tsx diff --git a/front/src/assets/imarketkorea-logo-white.png b/frontend/src/assets/imarketkorea-logo-white.png similarity index 100% rename from front/src/assets/imarketkorea-logo-white.png rename to frontend/src/assets/imarketkorea-logo-white.png diff --git a/front/src/assets/imarketkorea-logo.png b/frontend/src/assets/imarketkorea-logo.png similarity index 100% rename from front/src/assets/imarketkorea-logo.png rename to frontend/src/assets/imarketkorea-logo.png diff --git a/front/src/components/Button.tsx b/frontend/src/components/Button.tsx similarity index 100% rename from front/src/components/Button.tsx rename to frontend/src/components/Button.tsx diff --git a/front/src/components/Input.tsx b/frontend/src/components/Input.tsx similarity index 100% rename from front/src/components/Input.tsx rename to frontend/src/components/Input.tsx diff --git a/front/src/components/Logo.tsx b/frontend/src/components/Logo.tsx similarity index 100% rename from front/src/components/Logo.tsx rename to frontend/src/components/Logo.tsx diff --git a/front/src/components/index.ts b/frontend/src/components/index.ts similarity index 100% rename from front/src/components/index.ts rename to frontend/src/components/index.ts diff --git a/front/src/core/provider.tsx b/frontend/src/core/provider.tsx similarity index 100% rename from front/src/core/provider.tsx rename to frontend/src/core/provider.tsx diff --git a/front/src/features/auth/components/LoginForm.tsx b/frontend/src/features/auth/components/LoginForm.tsx similarity index 100% rename from front/src/features/auth/components/LoginForm.tsx rename to frontend/src/features/auth/components/LoginForm.tsx diff --git a/front/src/features/auth/components/SidebarFooter.tsx b/frontend/src/features/auth/components/SidebarFooter.tsx similarity index 100% rename from front/src/features/auth/components/SidebarFooter.tsx rename to frontend/src/features/auth/components/SidebarFooter.tsx diff --git a/front/src/features/auth/hooks/useLogin.ts b/frontend/src/features/auth/hooks/useLogin.ts similarity index 100% rename from front/src/features/auth/hooks/useLogin.ts rename to frontend/src/features/auth/hooks/useLogin.ts diff --git a/front/src/features/auth/hooks/useLoginMutation.ts b/frontend/src/features/auth/hooks/useLoginMutation.ts similarity index 100% rename from front/src/features/auth/hooks/useLoginMutation.ts rename to frontend/src/features/auth/hooks/useLoginMutation.ts diff --git a/front/src/features/auth/index.ts b/frontend/src/features/auth/index.ts similarity index 100% rename from front/src/features/auth/index.ts rename to frontend/src/features/auth/index.ts diff --git a/front/src/features/chat/components/ChatMessage.tsx b/frontend/src/features/chat/components/ChatMessage.tsx similarity index 100% rename from front/src/features/chat/components/ChatMessage.tsx rename to frontend/src/features/chat/components/ChatMessage.tsx diff --git a/front/src/features/chat/components/ChatSection.tsx b/frontend/src/features/chat/components/ChatSection.tsx similarity index 100% rename from front/src/features/chat/components/ChatSection.tsx rename to frontend/src/features/chat/components/ChatSection.tsx diff --git a/front/src/features/chat/components/ItemImage.tsx b/frontend/src/features/chat/components/ItemImage.tsx similarity index 100% rename from front/src/features/chat/components/ItemImage.tsx rename to frontend/src/features/chat/components/ItemImage.tsx diff --git a/front/src/features/chat/components/ItemSection.tsx b/frontend/src/features/chat/components/ItemSection.tsx similarity index 100% rename from front/src/features/chat/components/ItemSection.tsx rename to frontend/src/features/chat/components/ItemSection.tsx diff --git a/front/src/features/chat/components/RemainingTime.tsx b/frontend/src/features/chat/components/RemainingTime.tsx similarity index 100% rename from front/src/features/chat/components/RemainingTime.tsx rename to frontend/src/features/chat/components/RemainingTime.tsx diff --git a/front/src/features/chat/components/UserButton.tsx b/frontend/src/features/chat/components/UserButton.tsx similarity index 100% rename from front/src/features/chat/components/UserButton.tsx rename to frontend/src/features/chat/components/UserButton.tsx diff --git a/front/src/features/chat/components/menu/Contact.tsx b/frontend/src/features/chat/components/menu/Contact.tsx similarity index 100% rename from front/src/features/chat/components/menu/Contact.tsx rename to frontend/src/features/chat/components/menu/Contact.tsx diff --git a/front/src/features/chat/components/menu/Guide.tsx b/frontend/src/features/chat/components/menu/Guide.tsx similarity index 100% rename from front/src/features/chat/components/menu/Guide.tsx rename to frontend/src/features/chat/components/menu/Guide.tsx diff --git a/front/src/features/chat/components/menu/MDInformation.tsx b/frontend/src/features/chat/components/menu/MDInformation.tsx similarity index 100% rename from front/src/features/chat/components/menu/MDInformation.tsx rename to frontend/src/features/chat/components/menu/MDInformation.tsx diff --git a/front/src/features/chat/components/menu/MenuSection.tsx b/frontend/src/features/chat/components/menu/MenuSection.tsx similarity index 100% rename from front/src/features/chat/components/menu/MenuSection.tsx rename to frontend/src/features/chat/components/menu/MenuSection.tsx diff --git a/front/src/features/chat/components/menu/NegoStep.tsx b/frontend/src/features/chat/components/menu/NegoStep.tsx similarity index 100% rename from front/src/features/chat/components/menu/NegoStep.tsx rename to frontend/src/features/chat/components/menu/NegoStep.tsx diff --git a/front/src/features/chat/components/templates/BidSummary.tsx b/frontend/src/features/chat/components/templates/BidSummary.tsx similarity index 100% rename from front/src/features/chat/components/templates/BidSummary.tsx rename to frontend/src/features/chat/components/templates/BidSummary.tsx diff --git a/front/src/features/chat/components/templates/Indicator.tsx b/frontend/src/features/chat/components/templates/Indicator.tsx similarity index 100% rename from front/src/features/chat/components/templates/Indicator.tsx rename to frontend/src/features/chat/components/templates/Indicator.tsx diff --git a/front/src/features/chat/components/templates/OtherReason.tsx b/frontend/src/features/chat/components/templates/OtherReason.tsx similarity index 100% rename from front/src/features/chat/components/templates/OtherReason.tsx rename to frontend/src/features/chat/components/templates/OtherReason.tsx diff --git a/front/src/features/chat/components/templates/RejectCM.tsx b/frontend/src/features/chat/components/templates/RejectCM.tsx similarity index 100% rename from front/src/features/chat/components/templates/RejectCM.tsx rename to frontend/src/features/chat/components/templates/RejectCM.tsx diff --git a/front/src/features/chat/components/templates/RejectRSP.tsx b/frontend/src/features/chat/components/templates/RejectRSP.tsx similarity index 100% rename from front/src/features/chat/components/templates/RejectRSP.tsx rename to frontend/src/features/chat/components/templates/RejectRSP.tsx diff --git a/front/src/features/chat/components/templates/Summary.tsx b/frontend/src/features/chat/components/templates/Summary.tsx similarity index 100% rename from front/src/features/chat/components/templates/Summary.tsx rename to frontend/src/features/chat/components/templates/Summary.tsx diff --git a/front/src/features/chat/components/templates/rejectControls.tsx b/frontend/src/features/chat/components/templates/rejectControls.tsx similarity index 100% rename from front/src/features/chat/components/templates/rejectControls.tsx rename to frontend/src/features/chat/components/templates/rejectControls.tsx diff --git a/front/src/features/chat/components/userInputs.tsx b/frontend/src/features/chat/components/userInputs.tsx similarity index 100% rename from front/src/features/chat/components/userInputs.tsx rename to frontend/src/features/chat/components/userInputs.tsx diff --git a/front/src/features/chat/containers/ChatContainer.tsx b/frontend/src/features/chat/containers/ChatContainer.tsx similarity index 100% rename from front/src/features/chat/containers/ChatContainer.tsx rename to frontend/src/features/chat/containers/ChatContainer.tsx diff --git a/front/src/features/chat/hooks/useChatInit.ts b/frontend/src/features/chat/hooks/useChatInit.ts similarity index 100% rename from front/src/features/chat/hooks/useChatInit.ts rename to frontend/src/features/chat/hooks/useChatInit.ts diff --git a/front/src/features/chat/index.ts b/frontend/src/features/chat/index.ts similarity index 100% rename from front/src/features/chat/index.ts rename to frontend/src/features/chat/index.ts diff --git a/front/src/features/chat/lib/koreanNumber.ts b/frontend/src/features/chat/lib/koreanNumber.ts similarity index 100% rename from front/src/features/chat/lib/koreanNumber.ts rename to frontend/src/features/chat/lib/koreanNumber.ts diff --git a/front/src/features/chat/lib/rejectForm.ts b/frontend/src/features/chat/lib/rejectForm.ts similarity index 100% rename from front/src/features/chat/lib/rejectForm.ts rename to frontend/src/features/chat/lib/rejectForm.ts diff --git a/front/src/features/chat/lib/remainingTime.ts b/frontend/src/features/chat/lib/remainingTime.ts similarity index 100% rename from front/src/features/chat/lib/remainingTime.ts rename to frontend/src/features/chat/lib/remainingTime.ts diff --git a/front/src/features/chat/lib/userButtonConfig.ts b/frontend/src/features/chat/lib/userButtonConfig.ts similarity index 100% rename from front/src/features/chat/lib/userButtonConfig.ts rename to frontend/src/features/chat/lib/userButtonConfig.ts diff --git a/front/src/features/chat/mocks/mockChatInit.ts b/frontend/src/features/chat/mocks/mockChatInit.ts similarity index 100% rename from front/src/features/chat/mocks/mockChatInit.ts rename to frontend/src/features/chat/mocks/mockChatInit.ts diff --git a/front/src/features/chat/mocks/mockMessages.ts b/frontend/src/features/chat/mocks/mockMessages.ts similarity index 100% rename from front/src/features/chat/mocks/mockMessages.ts rename to frontend/src/features/chat/mocks/mockMessages.ts diff --git a/front/src/features/chat/stores/useChatInitStore.ts b/frontend/src/features/chat/stores/useChatInitStore.ts similarity index 100% rename from front/src/features/chat/stores/useChatInitStore.ts rename to frontend/src/features/chat/stores/useChatInitStore.ts diff --git a/front/src/features/chat/stores/useChatStore.ts b/frontend/src/features/chat/stores/useChatStore.ts similarity index 100% rename from front/src/features/chat/stores/useChatStore.ts rename to frontend/src/features/chat/stores/useChatStore.ts diff --git a/front/src/features/chat/types.ts b/frontend/src/features/chat/types.ts similarity index 100% rename from front/src/features/chat/types.ts rename to frontend/src/features/chat/types.ts diff --git a/front/src/features/list/components/ActionSection.tsx b/frontend/src/features/list/components/ActionSection.tsx similarity index 100% rename from front/src/features/list/components/ActionSection.tsx rename to frontend/src/features/list/components/ActionSection.tsx diff --git a/front/src/features/list/components/FilterGroup.tsx b/frontend/src/features/list/components/FilterGroup.tsx similarity index 100% rename from front/src/features/list/components/FilterGroup.tsx rename to frontend/src/features/list/components/FilterGroup.tsx diff --git a/front/src/features/list/components/Pagination.tsx b/frontend/src/features/list/components/Pagination.tsx similarity index 100% rename from front/src/features/list/components/Pagination.tsx rename to frontend/src/features/list/components/Pagination.tsx diff --git a/front/src/features/list/components/TableSection.tsx b/frontend/src/features/list/components/TableSection.tsx similarity index 100% rename from front/src/features/list/components/TableSection.tsx rename to frontend/src/features/list/components/TableSection.tsx diff --git a/front/src/features/list/components/paginationIcons.tsx b/frontend/src/features/list/components/paginationIcons.tsx similarity index 100% rename from front/src/features/list/components/paginationIcons.tsx rename to frontend/src/features/list/components/paginationIcons.tsx diff --git a/front/src/features/list/components/tableColumns.tsx b/frontend/src/features/list/components/tableColumns.tsx similarity index 100% rename from front/src/features/list/components/tableColumns.tsx rename to frontend/src/features/list/components/tableColumns.tsx diff --git a/front/src/features/list/containers/ContentContainer.tsx b/frontend/src/features/list/containers/ContentContainer.tsx similarity index 100% rename from front/src/features/list/containers/ContentContainer.tsx rename to frontend/src/features/list/containers/ContentContainer.tsx diff --git a/front/src/features/list/containers/FilterContainer.tsx b/frontend/src/features/list/containers/FilterContainer.tsx similarity index 100% rename from front/src/features/list/containers/FilterContainer.tsx rename to frontend/src/features/list/containers/FilterContainer.tsx diff --git a/front/src/features/list/filterOptions.ts b/frontend/src/features/list/filterOptions.ts similarity index 100% rename from front/src/features/list/filterOptions.ts rename to frontend/src/features/list/filterOptions.ts diff --git a/front/src/features/list/hooks/useList.ts b/frontend/src/features/list/hooks/useList.ts similarity index 100% rename from front/src/features/list/hooks/useList.ts rename to frontend/src/features/list/hooks/useList.ts diff --git a/front/src/features/list/index.ts b/frontend/src/features/list/index.ts similarity index 100% rename from front/src/features/list/index.ts rename to frontend/src/features/list/index.ts diff --git a/front/src/features/list/lib/datetime.ts b/frontend/src/features/list/lib/datetime.ts similarity index 100% rename from front/src/features/list/lib/datetime.ts rename to frontend/src/features/list/lib/datetime.ts diff --git a/front/src/features/list/lib/pagination.ts b/frontend/src/features/list/lib/pagination.ts similarity index 100% rename from front/src/features/list/lib/pagination.ts rename to frontend/src/features/list/lib/pagination.ts diff --git a/front/src/features/list/mocks/mockItems.ts b/frontend/src/features/list/mocks/mockItems.ts similarity index 100% rename from front/src/features/list/mocks/mockItems.ts rename to frontend/src/features/list/mocks/mockItems.ts diff --git a/front/src/features/list/stores/useListStore.ts b/frontend/src/features/list/stores/useListStore.ts similarity index 100% rename from front/src/features/list/stores/useListStore.ts rename to frontend/src/features/list/stores/useListStore.ts diff --git a/front/src/features/list/types.ts b/frontend/src/features/list/types.ts similarity index 100% rename from front/src/features/list/types.ts rename to frontend/src/features/list/types.ts diff --git a/front/src/index.css b/frontend/src/index.css similarity index 100% rename from front/src/index.css rename to frontend/src/index.css diff --git a/front/src/layouts/MainHeaderBar.tsx b/frontend/src/layouts/MainHeaderBar.tsx similarity index 100% rename from front/src/layouts/MainHeaderBar.tsx rename to frontend/src/layouts/MainHeaderBar.tsx diff --git a/front/src/layouts/MainLayout.tsx b/frontend/src/layouts/MainLayout.tsx similarity index 100% rename from front/src/layouts/MainLayout.tsx rename to frontend/src/layouts/MainLayout.tsx diff --git a/front/src/layouts/index.ts b/frontend/src/layouts/index.ts similarity index 100% rename from front/src/layouts/index.ts rename to frontend/src/layouts/index.ts diff --git a/front/src/lib/cn.ts b/frontend/src/lib/cn.ts similarity index 100% rename from front/src/lib/cn.ts rename to frontend/src/lib/cn.ts diff --git a/front/src/lib/index.ts b/frontend/src/lib/index.ts similarity index 100% rename from front/src/lib/index.ts rename to frontend/src/lib/index.ts diff --git a/front/src/lib/interactive.ts b/frontend/src/lib/interactive.ts similarity index 100% rename from front/src/lib/interactive.ts rename to frontend/src/lib/interactive.ts diff --git a/front/src/main.tsx b/frontend/src/main.tsx similarity index 100% rename from front/src/main.tsx rename to frontend/src/main.tsx diff --git a/front/src/pages/ChatPage.tsx b/frontend/src/pages/ChatPage.tsx similarity index 100% rename from front/src/pages/ChatPage.tsx rename to frontend/src/pages/ChatPage.tsx diff --git a/front/src/pages/ListPage.tsx b/frontend/src/pages/ListPage.tsx similarity index 100% rename from front/src/pages/ListPage.tsx rename to frontend/src/pages/ListPage.tsx diff --git a/front/src/pages/LoginPage.tsx b/frontend/src/pages/LoginPage.tsx similarity index 100% rename from front/src/pages/LoginPage.tsx rename to frontend/src/pages/LoginPage.tsx diff --git a/front/src/vite-env.d.ts b/frontend/src/vite-env.d.ts similarity index 100% rename from front/src/vite-env.d.ts rename to frontend/src/vite-env.d.ts diff --git a/front/tsconfig.app.json b/frontend/tsconfig.app.json similarity index 100% rename from front/tsconfig.app.json rename to frontend/tsconfig.app.json diff --git a/front/tsconfig.json b/frontend/tsconfig.json similarity index 100% rename from front/tsconfig.json rename to frontend/tsconfig.json diff --git a/front/tsconfig.node.json b/frontend/tsconfig.node.json similarity index 100% rename from front/tsconfig.node.json rename to frontend/tsconfig.node.json diff --git a/front/vite.config.ts b/frontend/vite.config.ts similarity index 100% rename from front/vite.config.ts rename to frontend/vite.config.ts