[투두 리스트 만들기] 권민재 미션 제출합니다.#4
Open
kwonminjae5700 wants to merge 24 commits intoinsertcourse24:mainfrom
Open
Conversation
Contributor
|
너무 수고많으셨어요~~~ css는 많은 경험이 가장 도움이 됩니다... ㅜㅜ 구글링 많이 해보세요!!ㅎㅎ 기능에서 필요한 변수라면 다 선언해줘야겠죠??? |
kimsiyeon0223
approved these changes
Aug 6, 2024
| @@ -1 +1,28 @@ | |||
| // Mission 2 | |||
| let coffee = 10 | |||
|
|
|||
|
|
||
| #insert_button { | ||
| background-color : #5b75e2; | ||
| width : 70px; |
Contributor
There was a problem hiding this comment.
width를 직접적으로 주기보다는 padding을 사용하는 것이 좋을 것 같아요!!
| } | ||
|
|
||
| #today { | ||
| font-size : 38px; |
Contributor
There was a problem hiding this comment.
다른 단위들은 상대적인 단위들을 사용했네요!!
그러면 폰트 사이즈도 rem이라는 상대적인 단위를 사용해보면 어떨까요??
Author
|
피드백 해주신대로 리팩토링 하였습니다! |
This file contains hidden or 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.
흥미로웠던 점 : javascript 를 잘하면 진짜 모든 걸 할 수 있구나 라는 것을 느꼈으며 개발을 하면 할 수록 코드를 잘 작성하는 제 모습이 코드에서 보여서 정말 뿌듯했습니다. 이번 미션 덕분에 헷갈리던 javascript 개념에 대해서 확실하게 기초를 다질 수 있었습니다. 이때까지는 이미 있는 페이지를 클론코딩 하는 식의 코딩을 했다면 이번에는 직접 처음부터 페이지를 구상하고 개발할 수 있어서 정말 즐거웠습니다. 또한 마지막에 제가 만든 투두리스트 사이트가 완벽하게 작동하는 것을 보고 프런트엔드에 정말 큰 재미가 생겼습니다.
어려웠던 점 : 처음 일정 삭제 기능을 개발할 때 그 버튼에 해당하는 일정을 삭제하는 과정을 개발하는 것이 정말 어려웠습니다. 아직 CSS 를 다루는 것이 많이 어려운 거 같습니다. 아직까지 div 의 위치를 배치하는 과정이 어렵습니다..
궁금한 점 : javascript 를 개발할 때 제 코드처럼 저렇게 변수를 많이 생성해도 되는 지 궁금합니다. 그리고 기능마다 javascript 페이지를 나눠서 개발하는 것이 효율적인 것인지도 궁금합니다!