-
Notifications
You must be signed in to change notification settings - Fork 10
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주차] 신동현 미션 제출합니다 #9
Open
dhshin98
wants to merge
10
commits into
CEOS-Developers:master
Choose a base branch
from
dhshin98:master
base: master
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
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
f9d344d
기본적 html 구조
dhshin98 eed56d2
feat: todo list add, delete 기본 틀
dhshin98 7786bda
feat: 추가, 삭제 버튼 구체화
dhshin98 877d2e2
feat: 리스트 개수 세는 함수
dhshin98 89faf89
feat: local storage 저장
dhshin98 7e12519
feat: 오늘 날짜 추가
dhshin98 5889c51
feat: input null 예외처리
dhshin98 9352968
fix: css 수정
dhshin98 43a6a30
fix: css 수정
dhshin98 d36548e
fix: css 수정2
dhshin98 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
input에 스페이스바를 누르고, + 버튼을 누르면 위 사진처럼 입력이 그대로 들어가요!
trim()을 사용해서 입력값의 양쪽 공백을 없앤 뒤, ""이면 alert 창이 나오도록 바꾸면 좋을 것 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
스페이스바 예외처리는 생각하지 못했는데, 예외처리를 추가해야겠네요~! 오류 찾아주셔서 감사합니다