Open
Conversation
inti0
reviewed
Jul 10, 2025
| npm install | ||
|
|
||
| # 개발 서버 실행 | ||
| npm run dev |
There was a problem hiding this comment.
깔끔하게 잘 작성해주신 readme PR 클릭시 바로 보이면 더 좋을 것 같습니다!
| inputRef.current.focus(); | ||
| inputRef.current.select(); | ||
| } | ||
| }, [isEditing]); |
There was a problem hiding this comment.
focus와 select로 수정시 기존 내용을 전부 블럭처리 해주네요! 좋은 기능 같습니다.
| </div> | ||
| </li> | ||
| ); | ||
| } |
There was a problem hiding this comment.
각 버튼에서 px-3, py-1등의 css속성들이 중복되는데 이런 공통된 부분은 묶을 수 있지 않을까 싶습니다. 또 return 부분이 상당히 긴데 작게 분리할 수는 없을까 하는 생각도 듭니다!
| } catch (e) { | ||
| console.log(e); | ||
| } | ||
| }; |
| </span> | ||
| )} | ||
| </span> | ||
| )} |
There was a problem hiding this comment.
등록시간은 todo를 눌러야 뜨는데, 코드를 보기 전까지는 어떠한 표시가 없어서 해당 기능이 있는지 모를 것 같습니다. 그리고 특정 상황에서 한번 시간이 깨졌는데 이유는 잘 모르겠습니다.
dbjoung
reviewed
Jul 14, 2025
dbjoung
left a comment
There was a problem hiding this comment.
totalSet처럼, 특정 작업이 반복되는 코드를 묶어서 코드의 반복을 줄인 부분이 인상 깊었습니다. 많이 배웠습니다. 과제 수행 고생하셨습니다.
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.

No description provided.