Giter VIP home page Giter VIP logo

frontend's Introduction

👩‍⚕️ 병의원 채용프로세스 관리 서비스, 메디매치 👨‍⚕️

💻 배포 사이트 테스트 정보

👩‍💻 FE.member


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

frontend's People

Contributors

1myeji avatar hae9 avatar ddoyun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.