Skip to content

1주차 미션1 완료#6

Open
yoona24 wants to merge 6 commits intomainfrom
week1/yona-m1
Open

1주차 미션1 완료#6
yoona24 wants to merge 6 commits intomainfrom
week1/yona-m1

Conversation

@yoona24
Copy link
Copy Markdown
Collaborator

@yoona24 yoona24 commented Mar 22, 2026

투두리스트 구현하기

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

페이지 내용이 한국어이기 때문에 lang="ko"로 설정해주는 것이 좋습니다 !
이렇게 설정하면 검색엔진이 페이지 언어를 정확하게 인식해서 SEO(검색 노출)에 도움이 됩니다 ☺️

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정했습니다!

text-align: left;
}

.render-container__title{
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.render-container__title 클래스가 중복으로 정의되어 있는 것 같습니다 !
동일한 스타일이 두 번 작성되어 있어 하나는 제거해주셔도 좋을 것 같아요.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정했습니다!




/*<ul id="todo-list" class="render-container__list">
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

script.ts에 HTML 코드가 주석으로 남아있는 것 같아요 ! 사용하지 않는 코드라면 지워주시면 코드가 더 깔끔해질 것 같습니다 🙂

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정했습니다!

<!--JS파일 업로드-->
<script type="module" src="./dist/script.js" defer ></script>

<title>Document</title>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

현재 기본값으로 되어 있는데 의미있는 제목으로 바꿔봐도 좋을 것 같아요 !

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정했습니다!

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

현재 0주차 미션과 1주차 미션이 동일한 PR에 묶여서 제출되었는데 다음번부터는 아래 중 한 방법으로 분리해주시면 좋을 것 같습니다 😄

브랜치 분리: week0/yona-m1, week1/yona-m1 처럼 주차별 브랜치를 따로 만들어 PR 분리
커밋 메시지 구분: 하나의 브랜치에서 작업하더라도 [0주차] 미션1 완료, [1주차] 미션1 완료 처럼 커밋 메시지로 구분

Copy link
Copy Markdown
Collaborator

@yewon20804 yewon20804 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BEM 네이밍과 함수 분리가 잘 되어 있습니다 !
미션하시느라 수고 많으셨고 리뷰 확인 부탁드립니다 🙂

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 this pull request may close these issues.

2 participants