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

[ Week 5] 5주차 워크북 미션 #11

Open
5 tasks done
heeone1 opened this issue Oct 30, 2024 · 0 comments · May be fixed by #12
Open
5 tasks done

[ Week 5] 5주차 워크북 미션 #11

heeone1 opened this issue Oct 30, 2024 · 0 comments · May be fixed by #12

Comments

@heeone1
Copy link
Contributor

heeone1 commented Oct 30, 2024

🛠 Mission

  1. 로그인 페이지 유효성 검사 구현
  2. useForm Hook을 통한 유효성 검사

📝 To-do

  1. 로그인 페이지 유효성 검사 구현
  • 이메일은 올바른 이메일 형식이 아닐 경우, 위와 같이 에러 메시지와, UI상 변화가 나타나도록, 구현해주세요.
  • 비밀번호도, 8자리 이상 16자리 이하가 아닌 경우, 에러메시지가 나오게 구현해주세요.
  • 에러 메시지는, 실시간으로 조건이 충족하면, 사라져야 합니다.
  • 실제로, input 창을 클릭했을 경우, **에러메시지가 나오게 동작**해주세요. input 창을 누르지도 않았는데, 바로 에러메시지가 나오면, UX 측면에서 기분 좋지 않겠죠?
  1. useForm Hook을 통한 유효성 검사
  • useForm hook을 사용했는가?

🔍 접근 방법

useForm

@heeone1 heeone1 linked a pull request Oct 31, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant