Conversation
seung-in-Yoo
left a comment
There was a problem hiding this comment.
수고하셨습니다! 배웠던 Todo 리스트 이외에도 여러가지 다양한 시도를 해보려고 한 흔적이 있는것 같아서 좋았습니다
| <meta charset="UTF-8" /> | ||
| <link rel="icon" type="image/svg+xml" href="/vite.svg" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Vite + React</title> |
| background-color: #167cff; | ||
| margin-top: 100px; | ||
| margin-left: 500px; | ||
| margin-right: 500px; |
There was a problem hiding this comment.
css에서 유지보수의 용이성 및 통일된 디자인을 위해 px 단위보다 rem/em 단위로 바꿔보시는것도 좋을것 같아요
| }; | ||
|
|
||
| const editTodo = (id, newText) => { | ||
| setTodos( |
There was a problem hiding this comment.
이 부분 비동기성 문제가 있는것 같은데 일관된 패턴을 유지할 수 있는 법도 찾아보면 좋을것 같아요!
|
수정, 삭제시에 창이 하나 더 나오는게 인상적이에요! |
|
수정이랑 삭제 할 때 따로 모달이 뜨는 게 너무 인상 깊었습니다. 같은 주제여도 다양한 구현을 볼 수 있어서 좋았어요. 다만 커밋 할 때 메세지만 조금 구분을 주셨으면 해요. |
|
수정이나 삭제기능도 좋네요! |
|
저는 수정기능을 추가할 생각은 못했었네요 컴포넌트 세분화가 잘되있어 코드 재사용이 용이할 것 같네요. |
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.
📝 React Todo App
React로 간단한 만든 Todo 웹 애플리케이션입니다.
할 일을 등록, 조회, 수정, 삭제할 수 있는 기본 기능을 제공합니다.
🧰 사용 기술
🛠️ 기능
✅ 할 일 등록
✅ 할 일 목록 조회
✅ 할 일 내용 수정
✅ 할 일 삭제
📸 스크린샷
📁 프로젝트 구조