Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] todo list 구현 #13

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

[Feat] todo list 구현 #13

wants to merge 9 commits into from

Conversation

irenee-14
Copy link

기능

  1. 생성(Create) 및 조회
  • '할 일을 입력해주세요.' input에 입력 후 enter 또는 + 버튼을 눌러 생성

    image
  1. 완료 상태 체크
  • 체크 박스를 클릭하여 완료 상태 체크

  • 완료된 항목은 완료되지 않은 항목 아래로 이동

    image
  1. 수정(Update)
  • 리스트의 항목을 더블클릭하여 수정 가능

    image image
  1. 삭제(Delete)
  • 각 항목의 오른쪽 X 버튼을 클릭하여 삭제

    image

@irenee-14 irenee-14 self-assigned this Jun 7, 2024
@cweedlee
Copy link

cweedlee commented Jun 7, 2024

코드가 깔끔하고 좋다고 생각합니다. UI를 신경써서 잘 만드셨다고 생각합니다.

@JeongRon
Copy link

JeongRon commented Jun 7, 2024

MVC 패턴에 대해서 알 수 있어 좋았고, 완료된 todo는 밑으로 분류되도록 구현 하신 점이 인상 깊었습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants