Open
Conversation
|
UI 정리 상태가 좋았습니다! |
|
Todo 의 각 개수에 따라 독려 멘트를 남기는 아이디어가 좋은 것 같습니다! |
|
UI의 색상과 구조가 사용자가 보기에 편리하고 매력적으로 느껴지도록 신경 쓴 점, |
|
구현이 직관적이며 전체적인 흐름이 잘 정리되어 있습니다. |
|
하단에 getTodoMessage로 사용자 경험을 고려해서 문구를 적으신게 특히나 도움이 될것같아요!🐶 이미 추가된일이라고 알림 뜨는것도 완전 좋은것같아요! |
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.
리액트 투두 앱 만들기 미션 레포 [AIBE3/5팀/주권영]
개요
React를 사용해 구현한 ToDo List이다.
React의 기본 골격이라고 할 수 있는 컴포넌트, 훅 등의 구조와 흐름을 이해하고 경험하는 데에 의의가 있다.
주요 기능으로는 할일에 대한 추가, 삭제, 체크 등 관리를 제공하고, 원활한 사용 경험을 위해
중복 등록 방지, 빈칸 등록 방지, 완료한 일에 대한 표기 등을 구현하였다.
기능 요약
주요 패키지 구성
스크린샷