-
Notifications
You must be signed in to change notification settings - Fork 10
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
[7주차] TherapEase 과제 제출합니다. #7
base: master
Are you sure you want to change the base?
Conversation
cra typescript
* feat : add Typography * feat: Header 컴포넌트 생성 * feat: theme.css 적용 * feat: Header 적용 및 라우팅 수정 --------- Co-authored-by: 김서연 <[email protected]>
* feat : add Typography * feat: Header 컴포넌트 생성 * feat: theme.css 적용 * feat: Header 적용 및 라우팅 수정 * feat: Layout 사이즈 설정 --------- Co-authored-by: 김서연 <[email protected]>
* feat : add Typography * feat: Header 컴포넌트 생성 * feat: theme.css 적용 * feat: Header 적용 및 라우팅 수정 * feat: Layout 사이즈 설정 * feat: selectBtn * feat: mainbtn * feat: mainpage ui * feat: minor style change * refactor : 코드리뷰반영 --------- Co-authored-by: 권가은 <[email protected]> Co-authored-by: Gaeun Kwon <[email protected]>
…ase-CEOS/react-vote-17th into feature/#3-part-pages-ui
* fix : add React dependency * feat: Header 컴포넌트 생성 및 라우팅 변경 (#6) * feat : add Typography * feat: Header 컴포넌트 생성 * feat: theme.css 적용 * feat: Header 적용 및 라우팅 수정 --------- Co-authored-by: 김서연 <[email protected]> * feat: Layout 사이즈 설정 * feat : add Typography * feat: Header 컴포넌트 생성 * feat: theme.css 적용 * feat: Header 적용 및 라우팅 수정 * feat: Layout 사이즈 설정 --------- Co-authored-by: 김서연 <[email protected]> * feat: 메인페이지 레이아웃 (#8) * feat : add Typography * feat: Header 컴포넌트 생성 * feat: theme.css 적용 * feat: Header 적용 및 라우팅 수정 * feat: Layout 사이즈 설정 * feat: selectBtn * feat: mainbtn * feat: mainpage ui * feat: minor style change * refactor : 코드리뷰반영 --------- Co-authored-by: 권가은 <[email protected]> Co-authored-by: Gaeun Kwon <[email protected]> * feat: demo main page layout * feat: demo vote page ui * feat: demo result page ui * chore: add eslintrc.json * refactor: Typograpy 설명추가 * feat: demo main page layout * feat: demo vote page ui * feat: demo result page ui * refactor: 컴포넌트 크기 축소 * refactor: move typography * refactor : change typography import src --------- Co-authored-by: Gaeun Kwon <[email protected]> Co-authored-by: 권가은 <[email protected]>
* fix : add React dependency * feat: Header 컴포넌트 생성 및 라우팅 변경 (#6) * feat : add Typography * feat: Header 컴포넌트 생성 * feat: theme.css 적용 * feat: Header 적용 및 라우팅 수정 --------- Co-authored-by: 김서연 <[email protected]> * feat: Layout 사이즈 설정 * feat : add Typography * feat: Header 컴포넌트 생성 * feat: theme.css 적용 * feat: Header 적용 및 라우팅 수정 * feat: Layout 사이즈 설정 --------- Co-authored-by: 김서연 <[email protected]> * feat: 메인페이지 레이아웃 (#8) * feat : add Typography * feat: Header 컴포넌트 생성 * feat: theme.css 적용 * feat: Header 적용 및 라우팅 수정 * feat: Layout 사이즈 설정 * feat: selectBtn * feat: mainbtn * feat: mainpage ui * feat: minor style change * refactor : 코드리뷰반영 --------- Co-authored-by: 권가은 <[email protected]> Co-authored-by: Gaeun Kwon <[email protected]> * feat: demo main page layout * feat: demo vote page ui * feat: demo result page ui * chore: add eslintrc.json * refactor: Typograpy 설명추가 * feat: demo main page layout * feat: demo vote page ui * feat: demo result page ui * refactor: 컴포넌트 크기 축소 * refactor: move typography * refactor : change typography import src --------- Co-authored-by: Gaeun Kwon <[email protected]> Co-authored-by: 권가은 <[email protected]>
* chore: add react-hook-form * feat: signup page ui * feat: login page ui * feat: form validation 추가 * refactor: 코드리뷰 반영
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
안녕하세요! 댄서포트 팀 노수진입니다!😊
TherapEase 코드를 보면서 깔끔하고, 반복되는 코드를 줄이기 위해 노력하신 것이 느껴졌습니다!
이번 과제도 정말 수고하셨습니다:)👍
height: 'calc(100vh - 3.5rem)', | ||
paddingTop: '3.5rem', | ||
}} | ||
> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
지금까지 global.css로 스타일링 해왔는데, layout으로 스타일링 해줄 수도 있네요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
error 메시지를 정리해놓고 사용하니까 깔끔하네요!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
안녕하세요 이번 주 코드 리뷰 파트너 바리바리의 오예린입니다!
이번 주 과제도 수고 많으셨습니다🥺 꼼꼼함과 디테일이 느껴지는 과제였던 것 같아요!
특히 협업이 수월하게 이뤄지도록 기초 작업을 탄탄하게 준비하신 게 정말 인상 깊었습니다. 코드 보면서 많이 배우고 가요:)
이번 주 스터디 때 뵙겠습니다~! 테라피즈도 화이팅입니닷🤗
@@ -0,0 +1,3 @@ | |||
:root { | |||
--ceos-blue-color: #384084; | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
자주 쓰이는 색을 이렇게 정리 해놓으면 편할 것 같아요👍
} | ||
)} | ||
</div> | ||
<MainBtn onClick={() => navigate(-1)}>돌아가기</MainBtn> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
바로 전 페이지로 돌아가는 것 대신 다시 MainPage로 돌아가는 것도 좋을 것 같아요!:)
handleSubmit, | ||
formState: { errors }, | ||
} = useForm<loginFormValues>(); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
form 관리할 때 쓸 수 있는 useForm이라는 리액트 훅이 있다는 건 처음 알았네요..! 배워갑니다 ㅎㅎ
참고자료
안녕하세요 테라피즈 입니다.
첨부된 배포 링크는 아직 API 연동이 되지 않은 상태입니다.
작업 후 수정된 버전 올려두겠습니다. 죄송합니다... ㅠㅠ
배포 링크
7주차 미션 결과 화면
Overview