-
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
Week02/chaeyeon #10
Open
qkrcodus
wants to merge
15
commits into
main
Choose a base branch
from
week02/chaeyeon
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
Week02/chaeyeon #10
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.
✨어떤 과제를 수행했나요?✨
✨어려웠던점, 트러블슈팅✨
<캘린더>
기존 html 코드에 날짜를 임의로 넣어두었는데 ,해당 월 1일의 요일, 해당 월의 요일 수를 담아두는 변수를 만들고, renderCalendar 함수에서 해당 월의 요일 수 만큼 li태그를 넣어주는 방식으로 바꿨다.
현재 날짜를 강조하기 위해 li태그를 넣어주는 코드에서 조건문을 이용하여 특정 class 를 갖는 li태그를 넣어주었고 css에서 속성을 입혀주었다.
<당근마켓>
js를 이용하지 않고 html css 로만 작아진 화면에서 버튼을 눌렀을때 nav바의 토글기능이 되게 해주기 위해서 input type="checkbox" 와 그 뒤에 label 태그를 넣어주어 checkbox뿐만 아니라 label을 클릭해도 모달 창이 뜨게 클릭 영역을 넓혔다.
토글 기능은 아직 구현 중이다!