- 병원회원 로그인
- 아이디: [email protected]
- 비밀번호: qwer1234
- 개인회원 로그인
- 아이디: [email protected]
- 비밀번호: qwer1234
- 슈퍼관리자 로그인
- 먼저, https://medimatch.netlify.app/admin/login 으로 이동
- 아이디: [email protected]
- 비밀번호: admin1234
- 먼저, https://medimatch.netlify.app/admin/login 으로 이동
hae9 |
1myeji |
ddoyun |
💚 강해경 💚 FE |
💗 임예지 💗 FE |
🧡 전소윤 🧡 FE |
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.9.0",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"styled-components": "^5.3.9",
"@reduxjs/toolkit": "^1.9.3",
"react-redux": "^8.0.5",
"redux-persist": "^6.0.0",
"@tanstack/react-query": "^4.28.0",
"react-hook-form": "^7.43.7",
"yup": "^1.0.2",
"react-calendar": "4.0",
"amazing-react-charts": "^0.7.1",
"vite-plugin-svgr": "^2.4.0",
"react-pdf": "^6.2.2",
"react-quill": "^2.0.0",
┣ 📂@types
┃ ┣ 📜data.d.ts
┃ ┗ 📜props.d.ts
┣ 📂api
┃ ┣ 📜adminApi.ts
┃ ┣ 📜applicantApi.ts
┃ ┣ 📜commonApi.ts
┃ ┣ 📜companyApi.ts
┃ ┗ 📜instance.ts
┣ 📂assets
┃ ┗ 📂fonts
┃ ┃ ┣ 📜LINESeedKR-Bd.eot
┃ ┃ ┣ 📜LINESeedKR-Bd.ttf
┃ ┃ ┣ 📜LINESeedKR-Bd.woff
┃ ┃ ┣ 📜LINESeedKR-Bd.woff2
┃ ┃ ┣ 📜LINESeedKR-Rg.eot
┃ ┃ ┣ 📜LINESeedKR-Rg.ttf
┃ ┃ ┣ 📜LINESeedKR-Rg.woff
┃ ┃ ┣ 📜LINESeedKR-Rg.woff2
┃ ┃ ┣ 📜LINESeedKR-Th.eot
┃ ┃ ┣ 📜LINESeedKR-Th.ttf
┃ ┃ ┣ 📜LINESeedKR-Th.woff
┃ ┃ ┗ 📜LINESeedKR-Th.woff2
┣ 📂components
┃ ┣ 📂applicantJobSearching
┃ ┃ ┗ 📜JobSearchingList.tsx
┃ ┣ 📂applicantResume
┃ ┃ ┣ 📂pdf
┃ ┃ ┃ ┗ 📜ViewPDF.tsx
┃ ┃ ┣ 📜ResumeList.tsx
┃ ┃ ┗ 📜ResumeModal.tsx
┃ ┣ 📂calendar
┃ ┃ ┣ 📜CalendarUI.styles.ts
┃ ┃ ┣ 📜CalendarUI.tsx
┃ ┃ ┣ 📜ScheduleElement.tsx
┃ ┃ ┗ 📜UserProfile.tsx
┃ ┣ 📂common
┃ ┃ ┣ 📜AlertModal.tsx
┃ ┃ ┣ 📜ConfirmModal.tsx
┃ ┃ ┣ 📜DropDown.tsx
┃ ┃ ┣ 📜Loading.tsx
┃ ┃ ┣ 📜SelectBox.tsx
┃ ┃ ┗ 📜WebEditor.tsx
┃ ┣ 📂companyApplicant
┃ ┃ ┣ 📜ApplicantsInfo.tsx
┃ ┃ ┣ 📜ApplicantsList.tsx
┃ ┃ ┣ 📜ApplicantsRecommend.tsx
┃ ┃ ┣ 📜ApplicantsStats.tsx
┃ ┃ ┣ 📜MailList.tsx
┃ ┃ ┣ 📜MailTemplate.tsx
┃ ┃ ┗ 📜MailTemplateModal.tsx
┃ ┣ 📂companyjobposting
┃ ┃ ┣ 📜InputBox.tsx
┃ ┃ ┣ 📜JobPostingList.tsx
┃ ┃ ┣ 📜PostEditModal.tsx
┃ ┃ ┣ 📜PreviewModal.tsx
┃ ┃ ┗ 📜SelectBox.tsx
┃ ┣ 📂layouts
┃ ┃ ┣ 📜Header.tsx
┃ ┃ ┣ 📜index.tsx
┃ ┃ ┣ 📜LeftBar.tsx
┃ ┃ ┗ 📜RightBar.tsx
┃ ┣ 📂mainhome
┃ ┃ ┣ 📜ApplicantList.tsx
┃ ┃ ┣ 📜ApplicantStepBox.tsx
┃ ┃ ┣ 📜CompanyStepBox.tsx
┃ ┃ ┣ 📜EmailModal.tsx
┃ ┃ ┣ 📜JobList.tsx
┃ ┃ ┣ 📜NewUsersBox.tsx
┃ ┃ ┣ 📜PlanUserBox.tsx
┃ ┃ ┗ 📜UserStaticsBox.tsx
┃ ┣ 📂member
┃ ┃ ┗ 📜UserList.tsx
┃ ┣ 📂setting
┃ ┃ ┣ 📂applicant
┃ ┃ ┃ ┣ 📜Info.tsx
┃ ┃ ┃ ┗ 📜Withdrawal.tsx
┃ ┃ ┗ 📂company
┃ ┃ ┃ ┣ 📜Info.tsx
┃ ┃ ┃ ┣ 📜PlanPrice.tsx
┃ ┃ ┃ ┗ 📜Withdrawal.tsx
┃ ┣ 📂signup
┃ ┃ ┣ 📜ApplicantSignUpForm.tsx
┃ ┃ ┣ 📜CheckBox.tsx
┃ ┃ ┣ 📜CompanySignUpForm.tsx
┃ ┃ ┣ 📜SignUpPaginationButton.tsx
┃ ┃ ┣ 📜SignUpStepCheck.tsx
┃ ┃ ┣ 📜SignUpTitle.tsx
┃ ┃ ┣ 📜Step1.tsx
┃ ┃ ┣ 📜Step2.tsx
┃ ┃ ┗ 📜Step3.tsx
┃ ┗ 📂term.tsx
┃ ┃ ┣ 📜TermList.tsx
┃ ┃ ┗ 📜TermPostEditModal.tsx
┣ 📂constants
┃ ┣ 📜dayOfWeek.ts
┃ ┣ 📜jobPostingOptions.ts
┃ ┣ 📜mailSample.ts
┃ ┣ 📜navigation.ts
┃ ┣ 📜PlanUsers.ts
┃ ┣ 📜signupInput.ts
┃ ┣ 📜steps.ts
┃ ┣ 📜termExample.ts
┃ ┣ 📜terms.ts
┃ ┗ 📜termsOptions.ts
┣ 📂hooks
┃ ┗ 📜useDispatchHooks.ts
┣ 📂lotties
┃ ┗ 📜loading.json
┣ 📂pages
┃ ┣ 📂admin
┃ ┃ ┣ 📜AdminLogin.tsx
┃ ┃ ┣ 📜AdminMain.tsx
┃ ┃ ┣ 📜AdminMember.tsx
┃ ┃ ┣ 📜AdminSetting.tsx
┃ ┃ ┗ 📜AdminTerm.tsx
┃ ┣ 📂applicant
┃ ┃ ┣ 📜ApplicantJobSearching.tsx
┃ ┃ ┣ 📜ApplicantMain.tsx
┃ ┃ ┣ 📜ApplicantResume.tsx
┃ ┃ ┗ 📜ApplicantSetting.tsx
┃ ┣ 📂company
┃ ┃ ┣ 📜CompanyApplicant.tsx
┃ ┃ ┣ 📜CompanyJobPosting.tsx
┃ ┃ ┣ 📜CompanyMain.tsx
┃ ┃ ┣ 📜CompanySetting.tsx
┃ ┃ ┗ 📜CompanyTerm.tsx
┃ ┣ 📜ApplicantSignUp.tsx
┃ ┣ 📜Calendar.tsx
┃ ┣ 📜CompanySignUp.tsx
┃ ┣ 📜Home.tsx
┃ ┣ 📜Login.tsx
┃ ┗ 📜NotFound.tsx
┣ 📂store
┃ ┣ 📜applicantUserSlice.ts
┃ ┣ 📜companyUserSlice.ts
┃ ┣ 📜loadingSlice.ts
┃ ┗ 📜store.ts
┣ 📂style
┃ ┣ 📜font.css
┃ ┗ 📜globalStyle.ts
┣ 📂utils
┃ ┣ 📜cookie.ts
┃ ┣ 📜dateToSTring.ts
┃ ┣ 📜getDday.ts
┃ ┣ 📜getHtmlToText.ts
┃ ┣ 📜getToday.ts
┃ ┣ 📜jwtCheck.ts
┃ ┣ 📜optionChangeToEnglish.ts
┃ ┣ 📜termChangeToEnglish.ts
┃ ┗ 📜validationSchema.ts
┣ 📜App.tsx
┣ 📜main.tsx
┗ 📜vite-env.d.ts