From e2a84ead0f623b077a01f038675dbc2de722a885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=9D=EC=A7=84?= Date: Fri, 26 Apr 2024 00:23:03 +0900 Subject: [PATCH] =?UTF-8?q?fix(common):=20web=20->=20client=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=ED=8F=B4=EB=8D=94=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/{web => client}/.env.example | 0 apps/{web => client}/.eslintrc.js | 0 apps/{web => client}/.gitignore | 0 apps/{web => client}/@types/global.d.ts | 0 apps/{web => client}/README.md | 0 apps/{web => client}/jest.config.js | 0 apps/{web => client}/jest.setup.ts | 0 apps/{web => client}/next.config.js | 0 apps/{web => client}/package.json | 2 +- .../public/assets/gifs/jimmy_fallon.gif | Bin .../public/assets/images/default_profile.jpeg | Bin .../images/error_report_banner_background.png | Bin .../{web => client}/public/assets/images/jumpit.png | Bin .../public/assets/images/major/all.png | Bin .../public/assets/images/major/backend.png | Bin .../public/assets/images/major/embedded.png | Bin .../public/assets/images/major/etc.png | Bin .../public/assets/images/major/frontend.png | Bin .../public/assets/images/major/game.png | Bin .../public/assets/images/mocks/mock_banner.jpeg | Bin .../public/assets/images/mocks/mock_company.webp | Bin .../public/assets/images/opengraph_image.png | Bin .../public/assets/images/qna_banner.png | Bin .../public/assets/images/qna_banner_background.png | Bin .../images/user_interview_banner_background.png | Bin .../{web => client}/public/assets/images/wanted.png | Bin apps/{web => client}/public/assets/svgs/company.svg | 0 apps/{web => client}/public/assets/svgs/error.svg | 0 apps/{web => client}/public/assets/svgs/logo.svg | 0 .../public/assets/svgs/not_found.svg | 0 .../public/assets/svgs/symbol_white.svg | 0 .../public/fonts/WantedSansVariable.woff2 | Bin apps/{web => client}/public/next.svg | 0 apps/{web => client}/public/vercel.svg | 0 apps/{web => client}/src/app/auth/page.tsx | 0 apps/{web => client}/src/app/email/page.tsx | 0 apps/{web => client}/src/app/error.tsx | 0 apps/{web => client}/src/app/favicon.ico | Bin apps/{web => client}/src/app/layout.tsx | 0 apps/{web => client}/src/app/mobile/page.tsx | 0 apps/{web => client}/src/app/not-found.tsx | 0 apps/{web => client}/src/app/notification/page.tsx | 0 apps/{web => client}/src/app/page.tsx | 0 .../{web => client}/src/app/profile/create/page.tsx | 0 apps/{web => client}/src/app/profile/page.tsx | 0 .../{web => client}/src/app/profile/update/page.tsx | 0 apps/{web => client}/src/app/providers.tsx | 0 apps/{web => client}/src/app/qna/[id]/page.tsx | 0 apps/{web => client}/src/app/qna/page.tsx | 0 apps/{web => client}/src/app/qna/write/page.tsx | 0 .../coffeechat/CoffeechatAcceptConfirm/index.tsx | 0 .../coffeechat/CoffeechatCancelConfirm/index.tsx | 0 .../coffeechat/CoffeechatContactFormModal/index.tsx | 0 .../CoffeechatContactMessageModal/index.tsx | 0 .../coffeechat/CoffeechatReceiveCard/index.tsx | 0 .../coffeechat/CoffeechatReceiveList/index.tsx | 0 .../coffeechat/CoffeechatRejectConfirm/index.tsx | 0 .../coffeechat/CoffeechatSendCard/index.tsx | 0 .../coffeechat/CoffeechatSendConfirm/index.tsx | 0 .../coffeechat/CoffeechatSendList/index.tsx | 0 .../src/components/common/AuthAlert/index.tsx | 0 .../common/Banners/ErrorReportBanner/index.tsx | 0 .../components/common/Banners/QnaBanner/index.tsx | 0 .../common/Banners/UserInterviewBanner/index.tsx | 0 .../src/components/common/Footer/index.tsx | 0 .../src/components/common/FullHeight/index.tsx | 0 .../components/common/FullHeightSpinner/index.tsx | 0 .../src/components/common/GoogleAnalytics/index.tsx | 0 .../src/components/common/Header/index.tsx | 0 .../src/components/common/Logo/index.tsx | 0 .../components/common/NotificationButton/index.tsx | 0 .../src/components/common/ScrollToTop/index.tsx | 0 .../components/logging/LogUserAccessTime/index.tsx | 0 .../src/components/main/LoginBox/index.tsx | 0 .../src/components/main/MainBanner/index.tsx | 0 .../components/profile/DirectProfileCard/index.tsx | 0 .../components/profile/DirectProfileList/index.tsx | 0 .../src/components/profile/ProfileCard/index.tsx | 0 .../profile/ProfileDeleteConfirm/index.tsx | 0 .../profile/ProfileDetailContent/index.tsx | 0 .../components/profile/ProfileDetailModal/index.tsx | 0 .../src/components/profile/ProfileForm/index.tsx | 0 .../profile/ProfileImageUploader/index.tsx | 0 .../src/components/profile/ProfileList/index.tsx | 0 .../profile/ProfileNavigationBar/index.tsx | 0 .../src/components/qna/QnaBox/index.tsx | 0 .../src/components/qna/QnaCategory/index.tsx | 0 .../src/components/qna/QnaComment/index.tsx | 0 .../src/components/qna/QnaListBox/index.tsx | 0 .../src/components/qna/QnaPostCard/index.tsx | 0 .../src/components/qna/QnaPostCategory/index.tsx | 0 .../src/components/qna/QnaPostList/index.tsx | 0 .../src/components/recurit/RecuritCard/index.tsx | 0 .../src/components/recurit/RecuritList/index.tsx | 0 apps/{web => client}/src/constants/metadata.ts | 0 apps/{web => client}/src/constants/profile.ts | 0 apps/{web => client}/src/constants/qna.ts | 0 apps/{web => client}/src/constants/storage.ts | 0 apps/{web => client}/src/emotion/textEllipsis.ts | 0 apps/{web => client}/src/hocs/withAuth.tsx | 0 apps/{web => client}/src/hocs/withSuspense.tsx | 0 .../src/hooks/api/auth/useLoginGoogle.ts | 0 .../src/hooks/api/coffeechat/useAcceptCoffeechat.ts | 0 .../src/hooks/api/coffeechat/useCancelCoffeechat.ts | 0 .../api/coffeechat/useGetReceiveCoffeechatList.ts | 0 .../api/coffeechat/useGetSendCoffeechatList.ts | 0 .../src/hooks/api/coffeechat/useRejectCoffeechat.ts | 0 .../src/hooks/api/coffeechat/useSendCoffeechat.ts | 0 .../src/hooks/api/image/useUploadImage.ts | 0 .../src/hooks/api/profile/useCreateProfile.ts | 0 .../src/hooks/api/profile/useDeleteProfileMine.ts | 0 .../src/hooks/api/profile/useGetProfile.ts | 0 .../src/hooks/api/profile/useGetProfileList.ts | 0 .../src/hooks/api/profile/useGetProfileMine.ts | 0 .../src/hooks/api/profile/useUpdateProfile.ts | 0 .../src/hooks/api/qna/useCreateQna.ts | 0 .../src/hooks/api/recruit/useGetRecuritList.ts | 0 .../src/hooks/api/user/useGetUser.ts | 0 .../src/hooks/api/user/useUpdateUserContact.ts | 0 apps/{web => client}/src/hooks/common/useUser.ts | 0 apps/{web => client}/src/libs/api/client.ts | 0 apps/{web => client}/src/libs/api/storage.ts | 0 .../src/libs/exceptions/ApiException.ts | 0 .../src/libs/exceptions/CustomException.ts | 0 apps/{web => client}/src/libs/exceptions/index.ts | 0 .../{web => client}/src/libs/exceptions/messages.ts | 0 apps/{web => client}/src/libs/exceptions/type.ts | 0 .../src/libs/logging/LogClickEvent.tsx | 0 apps/{web => client}/src/libs/logging/index.ts | 0 .../src/libs/logging/logAnalyticsEvent.ts | 0 apps/{web => client}/src/libs/logging/type.ts | 0 .../src/libs/logging/useLogAnalyticsEvent.ts | 0 apps/{web => client}/src/libs/toast/Toaster.tsx | 0 apps/{web => client}/src/libs/toast/index.ts | 0 apps/{web => client}/src/libs/toast/useToast.ts | 0 apps/{web => client}/src/middleware.ts | 0 .../src/providers/QueryClientProvider.tsx | 0 apps/{web => client}/src/providers/index.ts | 0 apps/{web => client}/src/store/user/userAtom.ts | 0 apps/{web => client}/src/types/coffeechat.ts | 0 apps/{web => client}/src/types/profile.ts | 0 apps/{web => client}/src/types/qna.ts | 0 apps/{web => client}/src/types/user.ts | 0 .../src/utils/convertNewlineToJsx.tsx | 0 apps/{web => client}/src/utils/getDate.ts | 0 .../src/utils/getGoogleAccessToken.ts | 0 apps/{web => client}/src/utils/getMetadata.ts | 0 apps/{web => client}/src/utils/getTime.ts | 0 apps/{web => client}/src/utils/isDev.ts | 0 apps/{web => client}/src/utils/isProd.ts | 0 apps/{web => client}/tsconfig.json | 0 151 files changed, 1 insertion(+), 1 deletion(-) rename apps/{web => client}/.env.example (100%) rename apps/{web => client}/.eslintrc.js (100%) rename apps/{web => client}/.gitignore (100%) rename apps/{web => client}/@types/global.d.ts (100%) rename apps/{web => client}/README.md (100%) rename apps/{web => client}/jest.config.js (100%) rename apps/{web => client}/jest.setup.ts (100%) rename apps/{web => client}/next.config.js (100%) rename apps/{web => client}/package.json (98%) rename apps/{web => client}/public/assets/gifs/jimmy_fallon.gif (100%) rename apps/{web => client}/public/assets/images/default_profile.jpeg (100%) rename apps/{web => client}/public/assets/images/error_report_banner_background.png (100%) rename apps/{web => client}/public/assets/images/jumpit.png (100%) rename apps/{web => client}/public/assets/images/major/all.png (100%) rename apps/{web => client}/public/assets/images/major/backend.png (100%) rename apps/{web => client}/public/assets/images/major/embedded.png (100%) rename apps/{web => client}/public/assets/images/major/etc.png (100%) rename apps/{web => client}/public/assets/images/major/frontend.png (100%) rename apps/{web => client}/public/assets/images/major/game.png (100%) rename apps/{web => client}/public/assets/images/mocks/mock_banner.jpeg (100%) rename apps/{web => client}/public/assets/images/mocks/mock_company.webp (100%) rename apps/{web => client}/public/assets/images/opengraph_image.png (100%) rename apps/{web => client}/public/assets/images/qna_banner.png (100%) rename apps/{web => client}/public/assets/images/qna_banner_background.png (100%) rename apps/{web => client}/public/assets/images/user_interview_banner_background.png (100%) rename apps/{web => client}/public/assets/images/wanted.png (100%) rename apps/{web => client}/public/assets/svgs/company.svg (100%) rename apps/{web => client}/public/assets/svgs/error.svg (100%) rename apps/{web => client}/public/assets/svgs/logo.svg (100%) rename apps/{web => client}/public/assets/svgs/not_found.svg (100%) rename apps/{web => client}/public/assets/svgs/symbol_white.svg (100%) rename apps/{web => client}/public/fonts/WantedSansVariable.woff2 (100%) rename apps/{web => client}/public/next.svg (100%) rename apps/{web => client}/public/vercel.svg (100%) rename apps/{web => client}/src/app/auth/page.tsx (100%) rename apps/{web => client}/src/app/email/page.tsx (100%) rename apps/{web => client}/src/app/error.tsx (100%) rename apps/{web => client}/src/app/favicon.ico (100%) rename apps/{web => client}/src/app/layout.tsx (100%) rename apps/{web => client}/src/app/mobile/page.tsx (100%) rename apps/{web => client}/src/app/not-found.tsx (100%) rename apps/{web => client}/src/app/notification/page.tsx (100%) rename apps/{web => client}/src/app/page.tsx (100%) rename apps/{web => client}/src/app/profile/create/page.tsx (100%) rename apps/{web => client}/src/app/profile/page.tsx (100%) rename apps/{web => client}/src/app/profile/update/page.tsx (100%) rename apps/{web => client}/src/app/providers.tsx (100%) rename apps/{web => client}/src/app/qna/[id]/page.tsx (100%) rename apps/{web => client}/src/app/qna/page.tsx (100%) rename apps/{web => client}/src/app/qna/write/page.tsx (100%) rename apps/{web => client}/src/components/coffeechat/CoffeechatAcceptConfirm/index.tsx (100%) rename apps/{web => client}/src/components/coffeechat/CoffeechatCancelConfirm/index.tsx (100%) rename apps/{web => client}/src/components/coffeechat/CoffeechatContactFormModal/index.tsx (100%) rename apps/{web => client}/src/components/coffeechat/CoffeechatContactMessageModal/index.tsx (100%) rename apps/{web => client}/src/components/coffeechat/CoffeechatReceiveCard/index.tsx (100%) rename apps/{web => client}/src/components/coffeechat/CoffeechatReceiveList/index.tsx (100%) rename apps/{web => client}/src/components/coffeechat/CoffeechatRejectConfirm/index.tsx (100%) rename apps/{web => client}/src/components/coffeechat/CoffeechatSendCard/index.tsx (100%) rename apps/{web => client}/src/components/coffeechat/CoffeechatSendConfirm/index.tsx (100%) rename apps/{web => client}/src/components/coffeechat/CoffeechatSendList/index.tsx (100%) rename apps/{web => client}/src/components/common/AuthAlert/index.tsx (100%) rename apps/{web => client}/src/components/common/Banners/ErrorReportBanner/index.tsx (100%) rename apps/{web => client}/src/components/common/Banners/QnaBanner/index.tsx (100%) rename apps/{web => client}/src/components/common/Banners/UserInterviewBanner/index.tsx (100%) rename apps/{web => client}/src/components/common/Footer/index.tsx (100%) rename apps/{web => client}/src/components/common/FullHeight/index.tsx (100%) rename apps/{web => client}/src/components/common/FullHeightSpinner/index.tsx (100%) rename apps/{web => client}/src/components/common/GoogleAnalytics/index.tsx (100%) rename apps/{web => client}/src/components/common/Header/index.tsx (100%) rename apps/{web => client}/src/components/common/Logo/index.tsx (100%) rename apps/{web => client}/src/components/common/NotificationButton/index.tsx (100%) rename apps/{web => client}/src/components/common/ScrollToTop/index.tsx (100%) rename apps/{web => client}/src/components/logging/LogUserAccessTime/index.tsx (100%) rename apps/{web => client}/src/components/main/LoginBox/index.tsx (100%) rename apps/{web => client}/src/components/main/MainBanner/index.tsx (100%) rename apps/{web => client}/src/components/profile/DirectProfileCard/index.tsx (100%) rename apps/{web => client}/src/components/profile/DirectProfileList/index.tsx (100%) rename apps/{web => client}/src/components/profile/ProfileCard/index.tsx (100%) rename apps/{web => client}/src/components/profile/ProfileDeleteConfirm/index.tsx (100%) rename apps/{web => client}/src/components/profile/ProfileDetailContent/index.tsx (100%) rename apps/{web => client}/src/components/profile/ProfileDetailModal/index.tsx (100%) rename apps/{web => client}/src/components/profile/ProfileForm/index.tsx (100%) rename apps/{web => client}/src/components/profile/ProfileImageUploader/index.tsx (100%) rename apps/{web => client}/src/components/profile/ProfileList/index.tsx (100%) rename apps/{web => client}/src/components/profile/ProfileNavigationBar/index.tsx (100%) rename apps/{web => client}/src/components/qna/QnaBox/index.tsx (100%) rename apps/{web => client}/src/components/qna/QnaCategory/index.tsx (100%) rename apps/{web => client}/src/components/qna/QnaComment/index.tsx (100%) rename apps/{web => client}/src/components/qna/QnaListBox/index.tsx (100%) rename apps/{web => client}/src/components/qna/QnaPostCard/index.tsx (100%) rename apps/{web => client}/src/components/qna/QnaPostCategory/index.tsx (100%) rename apps/{web => client}/src/components/qna/QnaPostList/index.tsx (100%) rename apps/{web => client}/src/components/recurit/RecuritCard/index.tsx (100%) rename apps/{web => client}/src/components/recurit/RecuritList/index.tsx (100%) rename apps/{web => client}/src/constants/metadata.ts (100%) rename apps/{web => client}/src/constants/profile.ts (100%) rename apps/{web => client}/src/constants/qna.ts (100%) rename apps/{web => client}/src/constants/storage.ts (100%) rename apps/{web => client}/src/emotion/textEllipsis.ts (100%) rename apps/{web => client}/src/hocs/withAuth.tsx (100%) rename apps/{web => client}/src/hocs/withSuspense.tsx (100%) rename apps/{web => client}/src/hooks/api/auth/useLoginGoogle.ts (100%) rename apps/{web => client}/src/hooks/api/coffeechat/useAcceptCoffeechat.ts (100%) rename apps/{web => client}/src/hooks/api/coffeechat/useCancelCoffeechat.ts (100%) rename apps/{web => client}/src/hooks/api/coffeechat/useGetReceiveCoffeechatList.ts (100%) rename apps/{web => client}/src/hooks/api/coffeechat/useGetSendCoffeechatList.ts (100%) rename apps/{web => client}/src/hooks/api/coffeechat/useRejectCoffeechat.ts (100%) rename apps/{web => client}/src/hooks/api/coffeechat/useSendCoffeechat.ts (100%) rename apps/{web => client}/src/hooks/api/image/useUploadImage.ts (100%) rename apps/{web => client}/src/hooks/api/profile/useCreateProfile.ts (100%) rename apps/{web => client}/src/hooks/api/profile/useDeleteProfileMine.ts (100%) rename apps/{web => client}/src/hooks/api/profile/useGetProfile.ts (100%) rename apps/{web => client}/src/hooks/api/profile/useGetProfileList.ts (100%) rename apps/{web => client}/src/hooks/api/profile/useGetProfileMine.ts (100%) rename apps/{web => client}/src/hooks/api/profile/useUpdateProfile.ts (100%) rename apps/{web => client}/src/hooks/api/qna/useCreateQna.ts (100%) rename apps/{web => client}/src/hooks/api/recruit/useGetRecuritList.ts (100%) rename apps/{web => client}/src/hooks/api/user/useGetUser.ts (100%) rename apps/{web => client}/src/hooks/api/user/useUpdateUserContact.ts (100%) rename apps/{web => client}/src/hooks/common/useUser.ts (100%) rename apps/{web => client}/src/libs/api/client.ts (100%) rename apps/{web => client}/src/libs/api/storage.ts (100%) rename apps/{web => client}/src/libs/exceptions/ApiException.ts (100%) rename apps/{web => client}/src/libs/exceptions/CustomException.ts (100%) rename apps/{web => client}/src/libs/exceptions/index.ts (100%) rename apps/{web => client}/src/libs/exceptions/messages.ts (100%) rename apps/{web => client}/src/libs/exceptions/type.ts (100%) rename apps/{web => client}/src/libs/logging/LogClickEvent.tsx (100%) rename apps/{web => client}/src/libs/logging/index.ts (100%) rename apps/{web => client}/src/libs/logging/logAnalyticsEvent.ts (100%) rename apps/{web => client}/src/libs/logging/type.ts (100%) rename apps/{web => client}/src/libs/logging/useLogAnalyticsEvent.ts (100%) rename apps/{web => client}/src/libs/toast/Toaster.tsx (100%) rename apps/{web => client}/src/libs/toast/index.ts (100%) rename apps/{web => client}/src/libs/toast/useToast.ts (100%) rename apps/{web => client}/src/middleware.ts (100%) rename apps/{web => client}/src/providers/QueryClientProvider.tsx (100%) rename apps/{web => client}/src/providers/index.ts (100%) rename apps/{web => client}/src/store/user/userAtom.ts (100%) rename apps/{web => client}/src/types/coffeechat.ts (100%) rename apps/{web => client}/src/types/profile.ts (100%) rename apps/{web => client}/src/types/qna.ts (100%) rename apps/{web => client}/src/types/user.ts (100%) rename apps/{web => client}/src/utils/convertNewlineToJsx.tsx (100%) rename apps/{web => client}/src/utils/getDate.ts (100%) rename apps/{web => client}/src/utils/getGoogleAccessToken.ts (100%) rename apps/{web => client}/src/utils/getMetadata.ts (100%) rename apps/{web => client}/src/utils/getTime.ts (100%) rename apps/{web => client}/src/utils/isDev.ts (100%) rename apps/{web => client}/src/utils/isProd.ts (100%) rename apps/{web => client}/tsconfig.json (100%) diff --git a/apps/web/.env.example b/apps/client/.env.example similarity index 100% rename from apps/web/.env.example rename to apps/client/.env.example diff --git a/apps/web/.eslintrc.js b/apps/client/.eslintrc.js similarity index 100% rename from apps/web/.eslintrc.js rename to apps/client/.eslintrc.js diff --git a/apps/web/.gitignore b/apps/client/.gitignore similarity index 100% rename from apps/web/.gitignore rename to apps/client/.gitignore diff --git a/apps/web/@types/global.d.ts b/apps/client/@types/global.d.ts similarity index 100% rename from apps/web/@types/global.d.ts rename to apps/client/@types/global.d.ts diff --git a/apps/web/README.md b/apps/client/README.md similarity index 100% rename from apps/web/README.md rename to apps/client/README.md diff --git a/apps/web/jest.config.js b/apps/client/jest.config.js similarity index 100% rename from apps/web/jest.config.js rename to apps/client/jest.config.js diff --git a/apps/web/jest.setup.ts b/apps/client/jest.setup.ts similarity index 100% rename from apps/web/jest.setup.ts rename to apps/client/jest.setup.ts diff --git a/apps/web/next.config.js b/apps/client/next.config.js similarity index 100% rename from apps/web/next.config.js rename to apps/client/next.config.js diff --git a/apps/web/package.json b/apps/client/package.json similarity index 98% rename from apps/web/package.json rename to apps/client/package.json index 7053dbbf..6bbe19ce 100644 --- a/apps/web/package.json +++ b/apps/client/package.json @@ -1,5 +1,5 @@ { - "name": "web", + "name": "client", "version": "0.1.0", "private": true, "scripts": { diff --git a/apps/web/public/assets/gifs/jimmy_fallon.gif b/apps/client/public/assets/gifs/jimmy_fallon.gif similarity index 100% rename from apps/web/public/assets/gifs/jimmy_fallon.gif rename to apps/client/public/assets/gifs/jimmy_fallon.gif diff --git a/apps/web/public/assets/images/default_profile.jpeg b/apps/client/public/assets/images/default_profile.jpeg similarity index 100% rename from apps/web/public/assets/images/default_profile.jpeg rename to apps/client/public/assets/images/default_profile.jpeg diff --git a/apps/web/public/assets/images/error_report_banner_background.png b/apps/client/public/assets/images/error_report_banner_background.png similarity index 100% rename from apps/web/public/assets/images/error_report_banner_background.png rename to apps/client/public/assets/images/error_report_banner_background.png diff --git a/apps/web/public/assets/images/jumpit.png b/apps/client/public/assets/images/jumpit.png similarity index 100% rename from apps/web/public/assets/images/jumpit.png rename to apps/client/public/assets/images/jumpit.png diff --git a/apps/web/public/assets/images/major/all.png b/apps/client/public/assets/images/major/all.png similarity index 100% rename from apps/web/public/assets/images/major/all.png rename to apps/client/public/assets/images/major/all.png diff --git a/apps/web/public/assets/images/major/backend.png b/apps/client/public/assets/images/major/backend.png similarity index 100% rename from apps/web/public/assets/images/major/backend.png rename to apps/client/public/assets/images/major/backend.png diff --git a/apps/web/public/assets/images/major/embedded.png b/apps/client/public/assets/images/major/embedded.png similarity index 100% rename from apps/web/public/assets/images/major/embedded.png rename to apps/client/public/assets/images/major/embedded.png diff --git a/apps/web/public/assets/images/major/etc.png b/apps/client/public/assets/images/major/etc.png similarity index 100% rename from apps/web/public/assets/images/major/etc.png rename to apps/client/public/assets/images/major/etc.png diff --git a/apps/web/public/assets/images/major/frontend.png b/apps/client/public/assets/images/major/frontend.png similarity index 100% rename from apps/web/public/assets/images/major/frontend.png rename to apps/client/public/assets/images/major/frontend.png diff --git a/apps/web/public/assets/images/major/game.png b/apps/client/public/assets/images/major/game.png similarity index 100% rename from apps/web/public/assets/images/major/game.png rename to apps/client/public/assets/images/major/game.png diff --git a/apps/web/public/assets/images/mocks/mock_banner.jpeg b/apps/client/public/assets/images/mocks/mock_banner.jpeg similarity index 100% rename from apps/web/public/assets/images/mocks/mock_banner.jpeg rename to apps/client/public/assets/images/mocks/mock_banner.jpeg diff --git a/apps/web/public/assets/images/mocks/mock_company.webp b/apps/client/public/assets/images/mocks/mock_company.webp similarity index 100% rename from apps/web/public/assets/images/mocks/mock_company.webp rename to apps/client/public/assets/images/mocks/mock_company.webp diff --git a/apps/web/public/assets/images/opengraph_image.png b/apps/client/public/assets/images/opengraph_image.png similarity index 100% rename from apps/web/public/assets/images/opengraph_image.png rename to apps/client/public/assets/images/opengraph_image.png diff --git a/apps/web/public/assets/images/qna_banner.png b/apps/client/public/assets/images/qna_banner.png similarity index 100% rename from apps/web/public/assets/images/qna_banner.png rename to apps/client/public/assets/images/qna_banner.png diff --git a/apps/web/public/assets/images/qna_banner_background.png b/apps/client/public/assets/images/qna_banner_background.png similarity index 100% rename from apps/web/public/assets/images/qna_banner_background.png rename to apps/client/public/assets/images/qna_banner_background.png diff --git a/apps/web/public/assets/images/user_interview_banner_background.png b/apps/client/public/assets/images/user_interview_banner_background.png similarity index 100% rename from apps/web/public/assets/images/user_interview_banner_background.png rename to apps/client/public/assets/images/user_interview_banner_background.png diff --git a/apps/web/public/assets/images/wanted.png b/apps/client/public/assets/images/wanted.png similarity index 100% rename from apps/web/public/assets/images/wanted.png rename to apps/client/public/assets/images/wanted.png diff --git a/apps/web/public/assets/svgs/company.svg b/apps/client/public/assets/svgs/company.svg similarity index 100% rename from apps/web/public/assets/svgs/company.svg rename to apps/client/public/assets/svgs/company.svg diff --git a/apps/web/public/assets/svgs/error.svg b/apps/client/public/assets/svgs/error.svg similarity index 100% rename from apps/web/public/assets/svgs/error.svg rename to apps/client/public/assets/svgs/error.svg diff --git a/apps/web/public/assets/svgs/logo.svg b/apps/client/public/assets/svgs/logo.svg similarity index 100% rename from apps/web/public/assets/svgs/logo.svg rename to apps/client/public/assets/svgs/logo.svg diff --git a/apps/web/public/assets/svgs/not_found.svg b/apps/client/public/assets/svgs/not_found.svg similarity index 100% rename from apps/web/public/assets/svgs/not_found.svg rename to apps/client/public/assets/svgs/not_found.svg diff --git a/apps/web/public/assets/svgs/symbol_white.svg b/apps/client/public/assets/svgs/symbol_white.svg similarity index 100% rename from apps/web/public/assets/svgs/symbol_white.svg rename to apps/client/public/assets/svgs/symbol_white.svg diff --git a/apps/web/public/fonts/WantedSansVariable.woff2 b/apps/client/public/fonts/WantedSansVariable.woff2 similarity index 100% rename from apps/web/public/fonts/WantedSansVariable.woff2 rename to apps/client/public/fonts/WantedSansVariable.woff2 diff --git a/apps/web/public/next.svg b/apps/client/public/next.svg similarity index 100% rename from apps/web/public/next.svg rename to apps/client/public/next.svg diff --git a/apps/web/public/vercel.svg b/apps/client/public/vercel.svg similarity index 100% rename from apps/web/public/vercel.svg rename to apps/client/public/vercel.svg diff --git a/apps/web/src/app/auth/page.tsx b/apps/client/src/app/auth/page.tsx similarity index 100% rename from apps/web/src/app/auth/page.tsx rename to apps/client/src/app/auth/page.tsx diff --git a/apps/web/src/app/email/page.tsx b/apps/client/src/app/email/page.tsx similarity index 100% rename from apps/web/src/app/email/page.tsx rename to apps/client/src/app/email/page.tsx diff --git a/apps/web/src/app/error.tsx b/apps/client/src/app/error.tsx similarity index 100% rename from apps/web/src/app/error.tsx rename to apps/client/src/app/error.tsx diff --git a/apps/web/src/app/favicon.ico b/apps/client/src/app/favicon.ico similarity index 100% rename from apps/web/src/app/favicon.ico rename to apps/client/src/app/favicon.ico diff --git a/apps/web/src/app/layout.tsx b/apps/client/src/app/layout.tsx similarity index 100% rename from apps/web/src/app/layout.tsx rename to apps/client/src/app/layout.tsx diff --git a/apps/web/src/app/mobile/page.tsx b/apps/client/src/app/mobile/page.tsx similarity index 100% rename from apps/web/src/app/mobile/page.tsx rename to apps/client/src/app/mobile/page.tsx diff --git a/apps/web/src/app/not-found.tsx b/apps/client/src/app/not-found.tsx similarity index 100% rename from apps/web/src/app/not-found.tsx rename to apps/client/src/app/not-found.tsx diff --git a/apps/web/src/app/notification/page.tsx b/apps/client/src/app/notification/page.tsx similarity index 100% rename from apps/web/src/app/notification/page.tsx rename to apps/client/src/app/notification/page.tsx diff --git a/apps/web/src/app/page.tsx b/apps/client/src/app/page.tsx similarity index 100% rename from apps/web/src/app/page.tsx rename to apps/client/src/app/page.tsx diff --git a/apps/web/src/app/profile/create/page.tsx b/apps/client/src/app/profile/create/page.tsx similarity index 100% rename from apps/web/src/app/profile/create/page.tsx rename to apps/client/src/app/profile/create/page.tsx diff --git a/apps/web/src/app/profile/page.tsx b/apps/client/src/app/profile/page.tsx similarity index 100% rename from apps/web/src/app/profile/page.tsx rename to apps/client/src/app/profile/page.tsx diff --git a/apps/web/src/app/profile/update/page.tsx b/apps/client/src/app/profile/update/page.tsx similarity index 100% rename from apps/web/src/app/profile/update/page.tsx rename to apps/client/src/app/profile/update/page.tsx diff --git a/apps/web/src/app/providers.tsx b/apps/client/src/app/providers.tsx similarity index 100% rename from apps/web/src/app/providers.tsx rename to apps/client/src/app/providers.tsx diff --git a/apps/web/src/app/qna/[id]/page.tsx b/apps/client/src/app/qna/[id]/page.tsx similarity index 100% rename from apps/web/src/app/qna/[id]/page.tsx rename to apps/client/src/app/qna/[id]/page.tsx diff --git a/apps/web/src/app/qna/page.tsx b/apps/client/src/app/qna/page.tsx similarity index 100% rename from apps/web/src/app/qna/page.tsx rename to apps/client/src/app/qna/page.tsx diff --git a/apps/web/src/app/qna/write/page.tsx b/apps/client/src/app/qna/write/page.tsx similarity index 100% rename from apps/web/src/app/qna/write/page.tsx rename to apps/client/src/app/qna/write/page.tsx diff --git a/apps/web/src/components/coffeechat/CoffeechatAcceptConfirm/index.tsx b/apps/client/src/components/coffeechat/CoffeechatAcceptConfirm/index.tsx similarity index 100% rename from apps/web/src/components/coffeechat/CoffeechatAcceptConfirm/index.tsx rename to apps/client/src/components/coffeechat/CoffeechatAcceptConfirm/index.tsx diff --git a/apps/web/src/components/coffeechat/CoffeechatCancelConfirm/index.tsx b/apps/client/src/components/coffeechat/CoffeechatCancelConfirm/index.tsx similarity index 100% rename from apps/web/src/components/coffeechat/CoffeechatCancelConfirm/index.tsx rename to apps/client/src/components/coffeechat/CoffeechatCancelConfirm/index.tsx diff --git a/apps/web/src/components/coffeechat/CoffeechatContactFormModal/index.tsx b/apps/client/src/components/coffeechat/CoffeechatContactFormModal/index.tsx similarity index 100% rename from apps/web/src/components/coffeechat/CoffeechatContactFormModal/index.tsx rename to apps/client/src/components/coffeechat/CoffeechatContactFormModal/index.tsx diff --git a/apps/web/src/components/coffeechat/CoffeechatContactMessageModal/index.tsx b/apps/client/src/components/coffeechat/CoffeechatContactMessageModal/index.tsx similarity index 100% rename from apps/web/src/components/coffeechat/CoffeechatContactMessageModal/index.tsx rename to apps/client/src/components/coffeechat/CoffeechatContactMessageModal/index.tsx diff --git a/apps/web/src/components/coffeechat/CoffeechatReceiveCard/index.tsx b/apps/client/src/components/coffeechat/CoffeechatReceiveCard/index.tsx similarity index 100% rename from apps/web/src/components/coffeechat/CoffeechatReceiveCard/index.tsx rename to apps/client/src/components/coffeechat/CoffeechatReceiveCard/index.tsx diff --git a/apps/web/src/components/coffeechat/CoffeechatReceiveList/index.tsx b/apps/client/src/components/coffeechat/CoffeechatReceiveList/index.tsx similarity index 100% rename from apps/web/src/components/coffeechat/CoffeechatReceiveList/index.tsx rename to apps/client/src/components/coffeechat/CoffeechatReceiveList/index.tsx diff --git a/apps/web/src/components/coffeechat/CoffeechatRejectConfirm/index.tsx b/apps/client/src/components/coffeechat/CoffeechatRejectConfirm/index.tsx similarity index 100% rename from apps/web/src/components/coffeechat/CoffeechatRejectConfirm/index.tsx rename to apps/client/src/components/coffeechat/CoffeechatRejectConfirm/index.tsx diff --git a/apps/web/src/components/coffeechat/CoffeechatSendCard/index.tsx b/apps/client/src/components/coffeechat/CoffeechatSendCard/index.tsx similarity index 100% rename from apps/web/src/components/coffeechat/CoffeechatSendCard/index.tsx rename to apps/client/src/components/coffeechat/CoffeechatSendCard/index.tsx diff --git a/apps/web/src/components/coffeechat/CoffeechatSendConfirm/index.tsx b/apps/client/src/components/coffeechat/CoffeechatSendConfirm/index.tsx similarity index 100% rename from apps/web/src/components/coffeechat/CoffeechatSendConfirm/index.tsx rename to apps/client/src/components/coffeechat/CoffeechatSendConfirm/index.tsx diff --git a/apps/web/src/components/coffeechat/CoffeechatSendList/index.tsx b/apps/client/src/components/coffeechat/CoffeechatSendList/index.tsx similarity index 100% rename from apps/web/src/components/coffeechat/CoffeechatSendList/index.tsx rename to apps/client/src/components/coffeechat/CoffeechatSendList/index.tsx diff --git a/apps/web/src/components/common/AuthAlert/index.tsx b/apps/client/src/components/common/AuthAlert/index.tsx similarity index 100% rename from apps/web/src/components/common/AuthAlert/index.tsx rename to apps/client/src/components/common/AuthAlert/index.tsx diff --git a/apps/web/src/components/common/Banners/ErrorReportBanner/index.tsx b/apps/client/src/components/common/Banners/ErrorReportBanner/index.tsx similarity index 100% rename from apps/web/src/components/common/Banners/ErrorReportBanner/index.tsx rename to apps/client/src/components/common/Banners/ErrorReportBanner/index.tsx diff --git a/apps/web/src/components/common/Banners/QnaBanner/index.tsx b/apps/client/src/components/common/Banners/QnaBanner/index.tsx similarity index 100% rename from apps/web/src/components/common/Banners/QnaBanner/index.tsx rename to apps/client/src/components/common/Banners/QnaBanner/index.tsx diff --git a/apps/web/src/components/common/Banners/UserInterviewBanner/index.tsx b/apps/client/src/components/common/Banners/UserInterviewBanner/index.tsx similarity index 100% rename from apps/web/src/components/common/Banners/UserInterviewBanner/index.tsx rename to apps/client/src/components/common/Banners/UserInterviewBanner/index.tsx diff --git a/apps/web/src/components/common/Footer/index.tsx b/apps/client/src/components/common/Footer/index.tsx similarity index 100% rename from apps/web/src/components/common/Footer/index.tsx rename to apps/client/src/components/common/Footer/index.tsx diff --git a/apps/web/src/components/common/FullHeight/index.tsx b/apps/client/src/components/common/FullHeight/index.tsx similarity index 100% rename from apps/web/src/components/common/FullHeight/index.tsx rename to apps/client/src/components/common/FullHeight/index.tsx diff --git a/apps/web/src/components/common/FullHeightSpinner/index.tsx b/apps/client/src/components/common/FullHeightSpinner/index.tsx similarity index 100% rename from apps/web/src/components/common/FullHeightSpinner/index.tsx rename to apps/client/src/components/common/FullHeightSpinner/index.tsx diff --git a/apps/web/src/components/common/GoogleAnalytics/index.tsx b/apps/client/src/components/common/GoogleAnalytics/index.tsx similarity index 100% rename from apps/web/src/components/common/GoogleAnalytics/index.tsx rename to apps/client/src/components/common/GoogleAnalytics/index.tsx diff --git a/apps/web/src/components/common/Header/index.tsx b/apps/client/src/components/common/Header/index.tsx similarity index 100% rename from apps/web/src/components/common/Header/index.tsx rename to apps/client/src/components/common/Header/index.tsx diff --git a/apps/web/src/components/common/Logo/index.tsx b/apps/client/src/components/common/Logo/index.tsx similarity index 100% rename from apps/web/src/components/common/Logo/index.tsx rename to apps/client/src/components/common/Logo/index.tsx diff --git a/apps/web/src/components/common/NotificationButton/index.tsx b/apps/client/src/components/common/NotificationButton/index.tsx similarity index 100% rename from apps/web/src/components/common/NotificationButton/index.tsx rename to apps/client/src/components/common/NotificationButton/index.tsx diff --git a/apps/web/src/components/common/ScrollToTop/index.tsx b/apps/client/src/components/common/ScrollToTop/index.tsx similarity index 100% rename from apps/web/src/components/common/ScrollToTop/index.tsx rename to apps/client/src/components/common/ScrollToTop/index.tsx diff --git a/apps/web/src/components/logging/LogUserAccessTime/index.tsx b/apps/client/src/components/logging/LogUserAccessTime/index.tsx similarity index 100% rename from apps/web/src/components/logging/LogUserAccessTime/index.tsx rename to apps/client/src/components/logging/LogUserAccessTime/index.tsx diff --git a/apps/web/src/components/main/LoginBox/index.tsx b/apps/client/src/components/main/LoginBox/index.tsx similarity index 100% rename from apps/web/src/components/main/LoginBox/index.tsx rename to apps/client/src/components/main/LoginBox/index.tsx diff --git a/apps/web/src/components/main/MainBanner/index.tsx b/apps/client/src/components/main/MainBanner/index.tsx similarity index 100% rename from apps/web/src/components/main/MainBanner/index.tsx rename to apps/client/src/components/main/MainBanner/index.tsx diff --git a/apps/web/src/components/profile/DirectProfileCard/index.tsx b/apps/client/src/components/profile/DirectProfileCard/index.tsx similarity index 100% rename from apps/web/src/components/profile/DirectProfileCard/index.tsx rename to apps/client/src/components/profile/DirectProfileCard/index.tsx diff --git a/apps/web/src/components/profile/DirectProfileList/index.tsx b/apps/client/src/components/profile/DirectProfileList/index.tsx similarity index 100% rename from apps/web/src/components/profile/DirectProfileList/index.tsx rename to apps/client/src/components/profile/DirectProfileList/index.tsx diff --git a/apps/web/src/components/profile/ProfileCard/index.tsx b/apps/client/src/components/profile/ProfileCard/index.tsx similarity index 100% rename from apps/web/src/components/profile/ProfileCard/index.tsx rename to apps/client/src/components/profile/ProfileCard/index.tsx diff --git a/apps/web/src/components/profile/ProfileDeleteConfirm/index.tsx b/apps/client/src/components/profile/ProfileDeleteConfirm/index.tsx similarity index 100% rename from apps/web/src/components/profile/ProfileDeleteConfirm/index.tsx rename to apps/client/src/components/profile/ProfileDeleteConfirm/index.tsx diff --git a/apps/web/src/components/profile/ProfileDetailContent/index.tsx b/apps/client/src/components/profile/ProfileDetailContent/index.tsx similarity index 100% rename from apps/web/src/components/profile/ProfileDetailContent/index.tsx rename to apps/client/src/components/profile/ProfileDetailContent/index.tsx diff --git a/apps/web/src/components/profile/ProfileDetailModal/index.tsx b/apps/client/src/components/profile/ProfileDetailModal/index.tsx similarity index 100% rename from apps/web/src/components/profile/ProfileDetailModal/index.tsx rename to apps/client/src/components/profile/ProfileDetailModal/index.tsx diff --git a/apps/web/src/components/profile/ProfileForm/index.tsx b/apps/client/src/components/profile/ProfileForm/index.tsx similarity index 100% rename from apps/web/src/components/profile/ProfileForm/index.tsx rename to apps/client/src/components/profile/ProfileForm/index.tsx diff --git a/apps/web/src/components/profile/ProfileImageUploader/index.tsx b/apps/client/src/components/profile/ProfileImageUploader/index.tsx similarity index 100% rename from apps/web/src/components/profile/ProfileImageUploader/index.tsx rename to apps/client/src/components/profile/ProfileImageUploader/index.tsx diff --git a/apps/web/src/components/profile/ProfileList/index.tsx b/apps/client/src/components/profile/ProfileList/index.tsx similarity index 100% rename from apps/web/src/components/profile/ProfileList/index.tsx rename to apps/client/src/components/profile/ProfileList/index.tsx diff --git a/apps/web/src/components/profile/ProfileNavigationBar/index.tsx b/apps/client/src/components/profile/ProfileNavigationBar/index.tsx similarity index 100% rename from apps/web/src/components/profile/ProfileNavigationBar/index.tsx rename to apps/client/src/components/profile/ProfileNavigationBar/index.tsx diff --git a/apps/web/src/components/qna/QnaBox/index.tsx b/apps/client/src/components/qna/QnaBox/index.tsx similarity index 100% rename from apps/web/src/components/qna/QnaBox/index.tsx rename to apps/client/src/components/qna/QnaBox/index.tsx diff --git a/apps/web/src/components/qna/QnaCategory/index.tsx b/apps/client/src/components/qna/QnaCategory/index.tsx similarity index 100% rename from apps/web/src/components/qna/QnaCategory/index.tsx rename to apps/client/src/components/qna/QnaCategory/index.tsx diff --git a/apps/web/src/components/qna/QnaComment/index.tsx b/apps/client/src/components/qna/QnaComment/index.tsx similarity index 100% rename from apps/web/src/components/qna/QnaComment/index.tsx rename to apps/client/src/components/qna/QnaComment/index.tsx diff --git a/apps/web/src/components/qna/QnaListBox/index.tsx b/apps/client/src/components/qna/QnaListBox/index.tsx similarity index 100% rename from apps/web/src/components/qna/QnaListBox/index.tsx rename to apps/client/src/components/qna/QnaListBox/index.tsx diff --git a/apps/web/src/components/qna/QnaPostCard/index.tsx b/apps/client/src/components/qna/QnaPostCard/index.tsx similarity index 100% rename from apps/web/src/components/qna/QnaPostCard/index.tsx rename to apps/client/src/components/qna/QnaPostCard/index.tsx diff --git a/apps/web/src/components/qna/QnaPostCategory/index.tsx b/apps/client/src/components/qna/QnaPostCategory/index.tsx similarity index 100% rename from apps/web/src/components/qna/QnaPostCategory/index.tsx rename to apps/client/src/components/qna/QnaPostCategory/index.tsx diff --git a/apps/web/src/components/qna/QnaPostList/index.tsx b/apps/client/src/components/qna/QnaPostList/index.tsx similarity index 100% rename from apps/web/src/components/qna/QnaPostList/index.tsx rename to apps/client/src/components/qna/QnaPostList/index.tsx diff --git a/apps/web/src/components/recurit/RecuritCard/index.tsx b/apps/client/src/components/recurit/RecuritCard/index.tsx similarity index 100% rename from apps/web/src/components/recurit/RecuritCard/index.tsx rename to apps/client/src/components/recurit/RecuritCard/index.tsx diff --git a/apps/web/src/components/recurit/RecuritList/index.tsx b/apps/client/src/components/recurit/RecuritList/index.tsx similarity index 100% rename from apps/web/src/components/recurit/RecuritList/index.tsx rename to apps/client/src/components/recurit/RecuritList/index.tsx diff --git a/apps/web/src/constants/metadata.ts b/apps/client/src/constants/metadata.ts similarity index 100% rename from apps/web/src/constants/metadata.ts rename to apps/client/src/constants/metadata.ts diff --git a/apps/web/src/constants/profile.ts b/apps/client/src/constants/profile.ts similarity index 100% rename from apps/web/src/constants/profile.ts rename to apps/client/src/constants/profile.ts diff --git a/apps/web/src/constants/qna.ts b/apps/client/src/constants/qna.ts similarity index 100% rename from apps/web/src/constants/qna.ts rename to apps/client/src/constants/qna.ts diff --git a/apps/web/src/constants/storage.ts b/apps/client/src/constants/storage.ts similarity index 100% rename from apps/web/src/constants/storage.ts rename to apps/client/src/constants/storage.ts diff --git a/apps/web/src/emotion/textEllipsis.ts b/apps/client/src/emotion/textEllipsis.ts similarity index 100% rename from apps/web/src/emotion/textEllipsis.ts rename to apps/client/src/emotion/textEllipsis.ts diff --git a/apps/web/src/hocs/withAuth.tsx b/apps/client/src/hocs/withAuth.tsx similarity index 100% rename from apps/web/src/hocs/withAuth.tsx rename to apps/client/src/hocs/withAuth.tsx diff --git a/apps/web/src/hocs/withSuspense.tsx b/apps/client/src/hocs/withSuspense.tsx similarity index 100% rename from apps/web/src/hocs/withSuspense.tsx rename to apps/client/src/hocs/withSuspense.tsx diff --git a/apps/web/src/hooks/api/auth/useLoginGoogle.ts b/apps/client/src/hooks/api/auth/useLoginGoogle.ts similarity index 100% rename from apps/web/src/hooks/api/auth/useLoginGoogle.ts rename to apps/client/src/hooks/api/auth/useLoginGoogle.ts diff --git a/apps/web/src/hooks/api/coffeechat/useAcceptCoffeechat.ts b/apps/client/src/hooks/api/coffeechat/useAcceptCoffeechat.ts similarity index 100% rename from apps/web/src/hooks/api/coffeechat/useAcceptCoffeechat.ts rename to apps/client/src/hooks/api/coffeechat/useAcceptCoffeechat.ts diff --git a/apps/web/src/hooks/api/coffeechat/useCancelCoffeechat.ts b/apps/client/src/hooks/api/coffeechat/useCancelCoffeechat.ts similarity index 100% rename from apps/web/src/hooks/api/coffeechat/useCancelCoffeechat.ts rename to apps/client/src/hooks/api/coffeechat/useCancelCoffeechat.ts diff --git a/apps/web/src/hooks/api/coffeechat/useGetReceiveCoffeechatList.ts b/apps/client/src/hooks/api/coffeechat/useGetReceiveCoffeechatList.ts similarity index 100% rename from apps/web/src/hooks/api/coffeechat/useGetReceiveCoffeechatList.ts rename to apps/client/src/hooks/api/coffeechat/useGetReceiveCoffeechatList.ts diff --git a/apps/web/src/hooks/api/coffeechat/useGetSendCoffeechatList.ts b/apps/client/src/hooks/api/coffeechat/useGetSendCoffeechatList.ts similarity index 100% rename from apps/web/src/hooks/api/coffeechat/useGetSendCoffeechatList.ts rename to apps/client/src/hooks/api/coffeechat/useGetSendCoffeechatList.ts diff --git a/apps/web/src/hooks/api/coffeechat/useRejectCoffeechat.ts b/apps/client/src/hooks/api/coffeechat/useRejectCoffeechat.ts similarity index 100% rename from apps/web/src/hooks/api/coffeechat/useRejectCoffeechat.ts rename to apps/client/src/hooks/api/coffeechat/useRejectCoffeechat.ts diff --git a/apps/web/src/hooks/api/coffeechat/useSendCoffeechat.ts b/apps/client/src/hooks/api/coffeechat/useSendCoffeechat.ts similarity index 100% rename from apps/web/src/hooks/api/coffeechat/useSendCoffeechat.ts rename to apps/client/src/hooks/api/coffeechat/useSendCoffeechat.ts diff --git a/apps/web/src/hooks/api/image/useUploadImage.ts b/apps/client/src/hooks/api/image/useUploadImage.ts similarity index 100% rename from apps/web/src/hooks/api/image/useUploadImage.ts rename to apps/client/src/hooks/api/image/useUploadImage.ts diff --git a/apps/web/src/hooks/api/profile/useCreateProfile.ts b/apps/client/src/hooks/api/profile/useCreateProfile.ts similarity index 100% rename from apps/web/src/hooks/api/profile/useCreateProfile.ts rename to apps/client/src/hooks/api/profile/useCreateProfile.ts diff --git a/apps/web/src/hooks/api/profile/useDeleteProfileMine.ts b/apps/client/src/hooks/api/profile/useDeleteProfileMine.ts similarity index 100% rename from apps/web/src/hooks/api/profile/useDeleteProfileMine.ts rename to apps/client/src/hooks/api/profile/useDeleteProfileMine.ts diff --git a/apps/web/src/hooks/api/profile/useGetProfile.ts b/apps/client/src/hooks/api/profile/useGetProfile.ts similarity index 100% rename from apps/web/src/hooks/api/profile/useGetProfile.ts rename to apps/client/src/hooks/api/profile/useGetProfile.ts diff --git a/apps/web/src/hooks/api/profile/useGetProfileList.ts b/apps/client/src/hooks/api/profile/useGetProfileList.ts similarity index 100% rename from apps/web/src/hooks/api/profile/useGetProfileList.ts rename to apps/client/src/hooks/api/profile/useGetProfileList.ts diff --git a/apps/web/src/hooks/api/profile/useGetProfileMine.ts b/apps/client/src/hooks/api/profile/useGetProfileMine.ts similarity index 100% rename from apps/web/src/hooks/api/profile/useGetProfileMine.ts rename to apps/client/src/hooks/api/profile/useGetProfileMine.ts diff --git a/apps/web/src/hooks/api/profile/useUpdateProfile.ts b/apps/client/src/hooks/api/profile/useUpdateProfile.ts similarity index 100% rename from apps/web/src/hooks/api/profile/useUpdateProfile.ts rename to apps/client/src/hooks/api/profile/useUpdateProfile.ts diff --git a/apps/web/src/hooks/api/qna/useCreateQna.ts b/apps/client/src/hooks/api/qna/useCreateQna.ts similarity index 100% rename from apps/web/src/hooks/api/qna/useCreateQna.ts rename to apps/client/src/hooks/api/qna/useCreateQna.ts diff --git a/apps/web/src/hooks/api/recruit/useGetRecuritList.ts b/apps/client/src/hooks/api/recruit/useGetRecuritList.ts similarity index 100% rename from apps/web/src/hooks/api/recruit/useGetRecuritList.ts rename to apps/client/src/hooks/api/recruit/useGetRecuritList.ts diff --git a/apps/web/src/hooks/api/user/useGetUser.ts b/apps/client/src/hooks/api/user/useGetUser.ts similarity index 100% rename from apps/web/src/hooks/api/user/useGetUser.ts rename to apps/client/src/hooks/api/user/useGetUser.ts diff --git a/apps/web/src/hooks/api/user/useUpdateUserContact.ts b/apps/client/src/hooks/api/user/useUpdateUserContact.ts similarity index 100% rename from apps/web/src/hooks/api/user/useUpdateUserContact.ts rename to apps/client/src/hooks/api/user/useUpdateUserContact.ts diff --git a/apps/web/src/hooks/common/useUser.ts b/apps/client/src/hooks/common/useUser.ts similarity index 100% rename from apps/web/src/hooks/common/useUser.ts rename to apps/client/src/hooks/common/useUser.ts diff --git a/apps/web/src/libs/api/client.ts b/apps/client/src/libs/api/client.ts similarity index 100% rename from apps/web/src/libs/api/client.ts rename to apps/client/src/libs/api/client.ts diff --git a/apps/web/src/libs/api/storage.ts b/apps/client/src/libs/api/storage.ts similarity index 100% rename from apps/web/src/libs/api/storage.ts rename to apps/client/src/libs/api/storage.ts diff --git a/apps/web/src/libs/exceptions/ApiException.ts b/apps/client/src/libs/exceptions/ApiException.ts similarity index 100% rename from apps/web/src/libs/exceptions/ApiException.ts rename to apps/client/src/libs/exceptions/ApiException.ts diff --git a/apps/web/src/libs/exceptions/CustomException.ts b/apps/client/src/libs/exceptions/CustomException.ts similarity index 100% rename from apps/web/src/libs/exceptions/CustomException.ts rename to apps/client/src/libs/exceptions/CustomException.ts diff --git a/apps/web/src/libs/exceptions/index.ts b/apps/client/src/libs/exceptions/index.ts similarity index 100% rename from apps/web/src/libs/exceptions/index.ts rename to apps/client/src/libs/exceptions/index.ts diff --git a/apps/web/src/libs/exceptions/messages.ts b/apps/client/src/libs/exceptions/messages.ts similarity index 100% rename from apps/web/src/libs/exceptions/messages.ts rename to apps/client/src/libs/exceptions/messages.ts diff --git a/apps/web/src/libs/exceptions/type.ts b/apps/client/src/libs/exceptions/type.ts similarity index 100% rename from apps/web/src/libs/exceptions/type.ts rename to apps/client/src/libs/exceptions/type.ts diff --git a/apps/web/src/libs/logging/LogClickEvent.tsx b/apps/client/src/libs/logging/LogClickEvent.tsx similarity index 100% rename from apps/web/src/libs/logging/LogClickEvent.tsx rename to apps/client/src/libs/logging/LogClickEvent.tsx diff --git a/apps/web/src/libs/logging/index.ts b/apps/client/src/libs/logging/index.ts similarity index 100% rename from apps/web/src/libs/logging/index.ts rename to apps/client/src/libs/logging/index.ts diff --git a/apps/web/src/libs/logging/logAnalyticsEvent.ts b/apps/client/src/libs/logging/logAnalyticsEvent.ts similarity index 100% rename from apps/web/src/libs/logging/logAnalyticsEvent.ts rename to apps/client/src/libs/logging/logAnalyticsEvent.ts diff --git a/apps/web/src/libs/logging/type.ts b/apps/client/src/libs/logging/type.ts similarity index 100% rename from apps/web/src/libs/logging/type.ts rename to apps/client/src/libs/logging/type.ts diff --git a/apps/web/src/libs/logging/useLogAnalyticsEvent.ts b/apps/client/src/libs/logging/useLogAnalyticsEvent.ts similarity index 100% rename from apps/web/src/libs/logging/useLogAnalyticsEvent.ts rename to apps/client/src/libs/logging/useLogAnalyticsEvent.ts diff --git a/apps/web/src/libs/toast/Toaster.tsx b/apps/client/src/libs/toast/Toaster.tsx similarity index 100% rename from apps/web/src/libs/toast/Toaster.tsx rename to apps/client/src/libs/toast/Toaster.tsx diff --git a/apps/web/src/libs/toast/index.ts b/apps/client/src/libs/toast/index.ts similarity index 100% rename from apps/web/src/libs/toast/index.ts rename to apps/client/src/libs/toast/index.ts diff --git a/apps/web/src/libs/toast/useToast.ts b/apps/client/src/libs/toast/useToast.ts similarity index 100% rename from apps/web/src/libs/toast/useToast.ts rename to apps/client/src/libs/toast/useToast.ts diff --git a/apps/web/src/middleware.ts b/apps/client/src/middleware.ts similarity index 100% rename from apps/web/src/middleware.ts rename to apps/client/src/middleware.ts diff --git a/apps/web/src/providers/QueryClientProvider.tsx b/apps/client/src/providers/QueryClientProvider.tsx similarity index 100% rename from apps/web/src/providers/QueryClientProvider.tsx rename to apps/client/src/providers/QueryClientProvider.tsx diff --git a/apps/web/src/providers/index.ts b/apps/client/src/providers/index.ts similarity index 100% rename from apps/web/src/providers/index.ts rename to apps/client/src/providers/index.ts diff --git a/apps/web/src/store/user/userAtom.ts b/apps/client/src/store/user/userAtom.ts similarity index 100% rename from apps/web/src/store/user/userAtom.ts rename to apps/client/src/store/user/userAtom.ts diff --git a/apps/web/src/types/coffeechat.ts b/apps/client/src/types/coffeechat.ts similarity index 100% rename from apps/web/src/types/coffeechat.ts rename to apps/client/src/types/coffeechat.ts diff --git a/apps/web/src/types/profile.ts b/apps/client/src/types/profile.ts similarity index 100% rename from apps/web/src/types/profile.ts rename to apps/client/src/types/profile.ts diff --git a/apps/web/src/types/qna.ts b/apps/client/src/types/qna.ts similarity index 100% rename from apps/web/src/types/qna.ts rename to apps/client/src/types/qna.ts diff --git a/apps/web/src/types/user.ts b/apps/client/src/types/user.ts similarity index 100% rename from apps/web/src/types/user.ts rename to apps/client/src/types/user.ts diff --git a/apps/web/src/utils/convertNewlineToJsx.tsx b/apps/client/src/utils/convertNewlineToJsx.tsx similarity index 100% rename from apps/web/src/utils/convertNewlineToJsx.tsx rename to apps/client/src/utils/convertNewlineToJsx.tsx diff --git a/apps/web/src/utils/getDate.ts b/apps/client/src/utils/getDate.ts similarity index 100% rename from apps/web/src/utils/getDate.ts rename to apps/client/src/utils/getDate.ts diff --git a/apps/web/src/utils/getGoogleAccessToken.ts b/apps/client/src/utils/getGoogleAccessToken.ts similarity index 100% rename from apps/web/src/utils/getGoogleAccessToken.ts rename to apps/client/src/utils/getGoogleAccessToken.ts diff --git a/apps/web/src/utils/getMetadata.ts b/apps/client/src/utils/getMetadata.ts similarity index 100% rename from apps/web/src/utils/getMetadata.ts rename to apps/client/src/utils/getMetadata.ts diff --git a/apps/web/src/utils/getTime.ts b/apps/client/src/utils/getTime.ts similarity index 100% rename from apps/web/src/utils/getTime.ts rename to apps/client/src/utils/getTime.ts diff --git a/apps/web/src/utils/isDev.ts b/apps/client/src/utils/isDev.ts similarity index 100% rename from apps/web/src/utils/isDev.ts rename to apps/client/src/utils/isDev.ts diff --git a/apps/web/src/utils/isProd.ts b/apps/client/src/utils/isProd.ts similarity index 100% rename from apps/web/src/utils/isProd.ts rename to apps/client/src/utils/isProd.ts diff --git a/apps/web/tsconfig.json b/apps/client/tsconfig.json similarity index 100% rename from apps/web/tsconfig.json rename to apps/client/tsconfig.json