-
Notifications
You must be signed in to change notification settings - Fork 0
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
[ 3주차 기본/심화 과제 ] 😎 진짜 궁금하다...당신.. #4
Conversation
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.
디자인,,,코드,,스타일,,,그대로 그냥 현지'park 드러나네...
미적감각이 한방울이라도 있어야하는 웹프론트개발자로서 반성하고 갑니다..!!
코드도 가독성도 좋은거 같고 특히 랜덤을 이용해서 개발한게 인상적이네요!!
역시 일리네어 최고존엄 OB@!@!@@!!
names.map((name) => ({ | ||
person: name, | ||
image: `assets/${name}.jpg`, | ||
})) |
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.
맵을 활용해서 이름과 이미지를 할당하는거 아주 좋군요!!
저도 생각만 했지 적용은 못했는데 적용해봐야겠습니당~~!!
굿굿~!!
setOptions(members.slice(0, 5)); | ||
}, [members]); | ||
|
||
// 3) onption이 바뀔 때마다 정답 선택 (0~4 중 하나) |
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.
onption -> option 인거 같네요!(쓸데없이 철저..^^)
} | ||
// 1) 선지 클릭 후 member 섞기(sort) | ||
// sort()는 음수, 양수, 0의 결과 값에 따라 정렬을 하는데, Math.random() - 0.5는 무작위로 음수, 양수, 0을 리턴하기 때문에 배열이 무작위로 정렬된다. (Math.random()는 0이상 1미만의 숫자를 리턴함) | ||
setMembers((prev) => [...prev].sort(() => Math.random() - 0.5)); |
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.
오,,,저도 무작위로 멤버나오게 하는 기능을 생각했는데 도대체 어떻게 해야할지 감이 안왔는데 이런식으로 했군요!!
굉장히 좋은정보 알아갑니다!!
😎 진짜 궁금하다...당신..
✨ 구현 기능 명세
기본 과제
심화 과제
Portals
을 이용한Modal
을 만들어 봐요! (바깥을 누르면 모달창이 닫혀도 좋을 것 같아요)🎁 PR Point
😭 소요 시간, 어려웠던 점
2일
😎 구현 결과물
화질이슈로 잘안보이는데 클릭해서 봐쥬세욤 ㅎㅎ