Skip to content

[4주차] 김은서 / Todolist 주요 기능 추가 마무리 #61

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

Open
eun-seoo opened this issue Apr 29, 2025 · 0 comments
Open

[4주차] 김은서 / Todolist 주요 기능 추가 마무리 #61

eun-seoo opened this issue Apr 29, 2025 · 0 comments
Assignees
Labels
📃 Docs 문서 작업

Comments

@eun-seoo
Copy link

1. 무슨 이슈?

  • Edit을 클릭하면, Cancel과 Save로 버튼이 바뀌어야 함
  • 입력창에 넣은 값으로 Save 클릭시 바뀌어야 함
  • 할 일 목록을 localStorage에 저장하여 새로고침 후에도 유지되도록 구현

2. 해야 할 작업

  • Edit, Save, Cancel 버튼 기능 구현
  • localStorage에서 todos 초기값 불러오기 (useState)
  • todos 변경 시 localStorage에 저장 (useEffect)
  • 브라우저 새로고침 후에도 데이터 유지 확인
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📃 Docs 문서 작업
Projects
None yet
Development

No branches or pull requests

1 participant