-
Notifications
You must be signed in to change notification settings - Fork 1
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
[4주차] 과제 이나현 #3
Open
CSE-pebble
wants to merge
33
commits into
main
Choose a base branch
from
week4
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[4주차] 과제 이나현 #3
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
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.
✨ 구현 기능 명세
React를 이용하여 아래의 기능을 구현하자
<DropDown 구현>
<Modal 창 구현> ❌
🎁 PR Point
구현하지 못한 기능에는 ❌를 했습니다!
얼레벌레.... 제가 뭘 하고 있는지 모르고 한 것 같아 슬픕니다 🥲
😭 어려웠던 점
span
태그에만 CSS를 적용하고 싶었으나 다른 모든span
태그에도 적용이 되어 당황스러웠습니다... 그래서 이걸 해결하고자 나머지span
태그에도 각각에 맞는 CSS를 적용해주었는데, CSS가 불필요한 태그까지도 수정해야 해서 제가 코드를 잘못 작성하고 있다는 걸 몸소 느꼈습니다.. ㅠuseState
를 거의 하나도 다루지 못했습니다. ㅠㅠuseState
를 쓰면서 도대체 여기 있는 컴포넌트에서 발생한 이벤트를 다른 컴포넌트에서 어떻게 알지.... 등 의문의 연속이었던 것 같습니다.😎 구현 결과물
2023-11-26.000939.mp4