Skip to content
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

페이지 UI: 회원가입 #62

Merged
merged 3 commits into from
Jan 10, 2024
Merged

페이지 UI: 회원가입 #62

merged 3 commits into from
Jan 10, 2024

Conversation

bottlewook
Copy link
Collaborator

해당 사항 (중복 선택)

  • FEAT : 새로운 기능 추가 및 개선
  • TEST : 테스트 추가 및 리팩토링
  • FIX : 버그 수정
  • REFACTOR : 결과의 변경 없이 코드의 구조를 재조정
  • STYLE : 코드 스타일에 관련된 변경 사항
  • DOCS : 코드가 아닌 문서를 수정한 경우
  • REMOVE : 파일을 삭제하는 작업만 수행
  • RENAME : 파일 또는 폴더명을 수정하거나 위치(경로)를 변경
  • CHORE : 패키지 매니저 설정, 코드 수정 없이 설정 변경(eslint) 등 기타 사항

설명

Key Changes

  1. 회원가입 페이지 UI 제작

How it Works

To Reviewers

  • 나중에 페이지가 완성되면 padding: 24px이 필요한 곳들, 없는 곳들을 정리해서 하나의 layout에서 처리해보죠!
  • className으로 input, label을 쓸 경우 pure selector 에러가 발생하여 .label, .input으로 변경하였습니다~
  • 일단 UI만 제작했어요. 다음 PR엔 msw 설치 및 환경설정을 할 예정이며, 만들어진 api가 있어서 지금 axios.instance, create 만들어도 될까요? 내일 같이 만들어 볼까요?

@bottlewook bottlewook added ✨ Feature 기능 개발 🎨 Html&css 마크업 & 스타일링 labels Jan 10, 2024
@bottlewook bottlewook self-assigned this Jan 10, 2024
@bottlewook bottlewook requested a review from seoye0ng as a code owner January 10, 2024 06:38
@bottlewook bottlewook linked an issue Jan 10, 2024 that may be closed by this pull request
3 tasks
Copy link

vercel bot commented Jan 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
f1-wash-pedia-fe ✅ Ready (Inspect) Visit Preview Jan 10, 2024 6:38am

Copy link
Collaborator

@seoye0ng seoye0ng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"다음 PR엔 msw 설치 및 환경설정을 할 예정이며,"
-> msw가 가상데이터 만들어서 실제 api가 동작하는 것처럼 보여지게 할 수 있는 라이브러리인거죠?

"만들어진 api가 있어서 지금 axios.instance, create 만들어도 될까요?"
-> 넵 만드셔도 돼요!

@bottlewook bottlewook merged commit 91dca08 into develop Jan 10, 2024
5 checks passed
@bottlewook bottlewook deleted the page-signup branch January 10, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 🎨 Html&css 마크업 & 스타일링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

페이지 제작: 회원가입 페이지
2 participants