-
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
[2주차] 김지원 미션 제출합니다. #10
Open
geeoneee
wants to merge
19
commits into
CEOS-Developers:master
Choose a base branch
from
geeoneee:geeoneee
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
19 commits
Select commit
Hold shift + click to select a range
4ff49f9
feat : add favicon, title
geeoneee e0ee46e
feat: TodoList 뼈대
geeoneee 87c055f
feat : clock.js
geeoneee 3e73431
feat : TodoInput, ListContainer 데이터 추가 기능 작성
geeoneee b7acc9c
feat : 삭제 기능 추가
geeoneee 504598f
feat : count 기능 추가
geeoneee 7c9cbab
feat : moveItem 기능 추가
geeoneee edcff18
feat : css 작성
geeoneee 9c361b7
fix : 한글 중복랜더링
geeoneee 80f1066
feat : localstorage
geeoneee e67856e
feat : 수정 기능 추가
geeoneee b019e92
style : 수정 기능 css
geeoneee 29997f6
배포용
geeoneee 1655f50
chore: 주석 추가
geeoneee fe68124
chore : container의 countTitle 변경
geeoneee 6bafe2e
fix : word-break 추가
geeoneee da866d4
chore : css 수정 및 doneData 삭제 수정
geeoneee c830c4d
Update src/TodoList.js
geeoneee e369d99
Update src/TodoItem.js
geeoneee 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
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.
처음 보는 css속성이어서 검색해봤는데, 이렇게 하면 특별한 코드로직 없이 말줄임(...)을 구현할 수 있겠네요!
상황에 따라 정말 유용하게 쓸 수 있을 것 같습니다, 하나 배우고 갑니다!