Open
Conversation
기능 요구사항을 추가합니다.
개발 전 html의 요소들을 변겅합니다. - lang을 ko 로 변경합니다. - title을 TODO 로 변경합니다.
렌더링 구문을 추가합니다.
- 기존에 jsx 형태의 파일을 변경합니다. - 렌더링 로직을 추가합니다
공통으로 사용되는 Todo 객체의 타입을 정의합니다
사용자의 input을 받는 컴포넌트를 추가합니다. - input의 값을 가져올 수 있도록 state를 추가합니다. - submit 을 받을 수 있도록 이벤트를 추가합니다.
reset css sdn 을 추가합니다.
최상단 css 파일을 추가합니다.
App컴포넌트의 css 를 추가합니다.
css 파일을 컴포넌트 단위로 나눈다. css파일은 각각을 적용하는 컴포넌트와 가깝게 붙어있도록 한다. 이를 위해 /components 의 폴더구조를 변경한다.
필터 기능을 추가합니다.
타입이 2개뿐인 state를 boolean 형의 isCompleted 로 수정
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.
기능 요구사항
할 일 목록을 업데이트 하는 할 일 목록을 구현한다.