-
Notifications
You must be signed in to change notification settings - Fork 56
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
[1단계 - todo list] 소롱(최솔지) 미션 제출합니다. #41
Open
soulgchoi
wants to merge
24
commits into
woowacourse:soulgchoi
Choose a base branch
from
soulgchoi:step1
base: soulgchoi
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
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
- todo 생성 분리 - checked 이벤트 위임
- localStarage 에서 값을 받아서 list 재출력 - dom 객체 todoList와 이름 겹치지 않도록 수정
- todo 생성, 삭제 classl 생성
- 동등 연산자를 일치 연산자로 수정
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.
안녕하세요!
오랜만에 JS 사용하려니 정말 재밌었습니다.
처음에는 하나의 함수에서 모든 작업을 수행하도록 구현했는데요,
localStorage에 저장하려니 분리할 필요성을 느껴서 클래스를 분리하려니 시간이 많이 소요되었습니다.
그 과정에서 데모 링크를 많이 참고했는데, 나름대로 이해하면서 작성했다고 생각합니다.
다음에 비슷한 코드를 작성한다면 혼자 할 수 있을 것 같아요!
나중에라도 2단계까지 꼭 진행해보려고 합니다!