-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5주차 최종 산출물 #30
Merged
Merged
5주차 최종 산출물 #30
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore: install dependency svgr * feat: add routing to createBrowserRouter * feat: add InnerContainer component * refactor: add barrel export pattern for common components * feat: add Typo component * feat: add SignIn page * feat: add AppProviders to Storybook preview * Feat/#22 구인 글 업로드 페이지 구현 (#28) * feat: add path of PostNotice page * feat: add PostNotice page * Feat/#20 외국인 번호 및 비자 발급 일자 등록 페이지 구현 (#27) * feat: 외국인 번호 및 비자 발급 일자 등록 페이지 구현 * feat: VisaRegistration path 설정 * docs(storybook): VisaRegistration 페이지 스토리북 생성 * feat: VisaRegistration 페이지의 form 반응성 향상 * refactor: Header 컴포넌트의 버튼을 공통 컴포넌트로 통합하고 max-width 적용 --------- Co-authored-by: kangkibong <[email protected]> * Feat/#21 구인 글 상세 페이지 구현 (#26) * feat: Recruit path 설정 * feat: RecruitCard 컴포넌트 구현 - Recruit 페이지 상단에 들어가는 카드? 입니다. - 타입 정의 인터페이스 및 props는 추후 수정할 예정입니다. * docs(storybook): RecruitCard 스토리북 생성 - 제목, 회사 타입, 지역, 경력, 사진(링크)을 입력해서 확인할 수 있습니다. - 기본 사진으로는 춘봉이와 첨지 이미지를 사용했으며, 추후 수정할 예정입니다. * feat: RecruitDetail 컴포넌트 구현 - Recruit 페이지 하단에 들어가는 상세정보 컴포넌트 입니다. - 타입 정의 인터페이스 및 props는 추후 수정할 예정입니다. * docs(storybook): RecruitDetail 스토리북 생성 - 상세 설명, 주요 업무, 지원 자격, 우대 사항을 입력해서 테스트 할 수 있습니다. - 상세 설명은 text, 그 외는 id와 text로 이루어진 객체를 입력하면 됩니다. - 테스트 형식(데이터 형식)은 임시 지정으로, 추후 수정할 예정입니다. * refactor: 스토리북 폴더 구조 변경 - 페이지 폴더 내에 stories 폴더를 만들어서 스토리북 파일을 모았습니다. --------- Co-authored-by: kangkibong <[email protected]> * Feat/#17 고용인/피고용인 페이지 구현 (#18) * rename: rename AppProviders * feat: add breakpoints and responsiveStyles method * feat: add Layout component * style: add responsive styles for tablet and mobile to SignIn page * feat: add SignUp page's path * feat: add Icon component * feat: add borderColor prop to Card component * feat: add bold prop to Typo component * feat: add bounce global animation style * feat: add useToggle hooks * fix: add borderRadius css property * feat: add onClose prop to Modal * feat: add SignUp page * rename: rename directory footer to Footer --------- Co-authored-by: yimsebin <[email protected]> Co-authored-by: Kim Jian <[email protected]> Co-authored-by: LEE YONGJIN <[email protected]>
kang-kibong
added a commit
that referenced
this pull request
Oct 9, 2024
* 5주차 산출물 PR (#29) (#30) * chore: install dependency svgr * feat: add routing to createBrowserRouter * feat: add InnerContainer component * refactor: add barrel export pattern for common components * feat: add Typo component * feat: add SignIn page * feat: add AppProviders to Storybook preview * Feat/#22 구인 글 업로드 페이지 구현 (#28) * feat: add path of PostNotice page * feat: add PostNotice page * Feat/#20 외국인 번호 및 비자 발급 일자 등록 페이지 구현 (#27) * feat: 외국인 번호 및 비자 발급 일자 등록 페이지 구현 * feat: VisaRegistration path 설정 * docs(storybook): VisaRegistration 페이지 스토리북 생성 * feat: VisaRegistration 페이지의 form 반응성 향상 * refactor: Header 컴포넌트의 버튼을 공통 컴포넌트로 통합하고 max-width 적용 --------- * Feat/#21 구인 글 상세 페이지 구현 (#26) * feat: Recruit path 설정 * feat: RecruitCard 컴포넌트 구현 - Recruit 페이지 상단에 들어가는 카드? 입니다. - 타입 정의 인터페이스 및 props는 추후 수정할 예정입니다. * docs(storybook): RecruitCard 스토리북 생성 - 제목, 회사 타입, 지역, 경력, 사진(링크)을 입력해서 확인할 수 있습니다. - 기본 사진으로는 춘봉이와 첨지 이미지를 사용했으며, 추후 수정할 예정입니다. * feat: RecruitDetail 컴포넌트 구현 - Recruit 페이지 하단에 들어가는 상세정보 컴포넌트 입니다. - 타입 정의 인터페이스 및 props는 추후 수정할 예정입니다. * docs(storybook): RecruitDetail 스토리북 생성 - 상세 설명, 주요 업무, 지원 자격, 우대 사항을 입력해서 테스트 할 수 있습니다. - 상세 설명은 text, 그 외는 id와 text로 이루어진 객체를 입력하면 됩니다. - 테스트 형식(데이터 형식)은 임시 지정으로, 추후 수정할 예정입니다. * refactor: 스토리북 폴더 구조 변경 - 페이지 폴더 내에 stories 폴더를 만들어서 스토리북 파일을 모았습니다. --------- * Feat/#17 고용인/피고용인 페이지 구현 (#18) * rename: rename AppProviders * feat: add breakpoints and responsiveStyles method * feat: add Layout component * style: add responsive styles for tablet and mobile to SignIn page * feat: add SignUp page's path * feat: add Icon component * feat: add borderColor prop to Card component * feat: add bold prop to Typo component * feat: add bounce global animation style * feat: add useToggle hooks * fix: add borderRadius css property * feat: add onClose prop to Modal * feat: add SignUp page * rename: rename directory footer to Footer --------- Co-authored-by: yimsebin <[email protected]> Co-authored-by: Kim Jian <[email protected]> Co-authored-by: LEE YONGJIN <[email protected]> * Update README.md * feat: add path home * rename: move RoleModal, RoleSelection component * rename: move theme and responsive util function * fix: add responsive size to InnerContainer * fix: change wrap's prop type to boolean * feat: add arrow Icon component * feat: add Image component * feat: add List component * refactor: add responsiveStyle * feat: add RecruitmentCard compound component * refactor: modify type and state naming * feat: add RecruitmentList component * feat: add RecruitmentHeader component * feat: add Banner component * feat: add Employer and Worker component for Home page * feat: add Home page component * chore: add react-slick library --------- Co-authored-by: yimsebin <[email protected]> Co-authored-by: Kim Jian <[email protected]> Co-authored-by: LEE YONGJIN <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
5주차 최종 산출물 PR입니다.