Open
Conversation
|
Todo 항목들에 우선순위를 지정할 수 있는 기능을 추가한 것이 좋았습니다. |
|
App 컴포넌트에 상태와 관련 로직들이 몰려있는 것 같습니다! 그렇다 보니 props가 너무 많아지는 것 같아요. |
|
직관적인 UI/UX, 필수 기능의 충실한 구현, 간결하고 역할 기반으로 잘 분리된 코드 구조가 돋보이는 프로젝트입니다. |
|
함수,변수 네이밍이 깔끔해서 가독성이 넘 좋아요! 우선순위마다 배경색다르게 주신게 특히 직관적이네요! 근데 app쪽에 로직이 몰려있는것같은데 컴포넌트 분리후 다시 되돌리신 이유가 있을까요?!💭 |
|
priority를 사용하여 구분한 아이디어가 참신했던 것 같습니다🤗 |
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.
📝 Todolist-App
React와 Tailwind CSS(CDN 방식)으로 구현한 간단하고 직관적인 Todolist 애플리케이션입니다.
실행 방법
📂 프로젝트 구조
📊 데이터 구조
할 일 데이터는 아래와 같은 구조로 관리됩니다:
✨ 주요 기능
🎯 기능 구현
🖌️ 느낀점