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

[7주차] Note App 만들기 #4

Open
wants to merge 22 commits into
base: week7
Choose a base branch
from
Open

[7주차] Note App 만들기 #4

wants to merge 22 commits into from

Conversation

yujeongit
Copy link
Contributor

@yujeongit yujeongit commented Jan 7, 2024

✨ 구현 기능 명세

  • 메인페이지 생성(제목과 내용, Create Note 버튼 누르면 노트페이지로 이동)
  • 노트 생성(제목과 내용 작성, Done 버튼 누르면 로컬스토리지에 제목과 내용 저장, Back 버튼 누르면 메인페이지로 돌아가기)

😭 어려웠던 점

  • 로컬스토리지에 저장된 내용들을 다루는 부분들(불러오기, 삭제하기, 검색하기 등등...) 이 어려웠습니다. 삭제 같은 경우는 모든 노트를 한번에 삭제(싹 초기화...) 하는 건 할 수 있을 것 같은데 리스트 하나하나를 따로 삭제하는 기능이 어려워서 이번 과제에서는 구현하지 못했습니다ㅠㅠ
  • 그리고 풀리퀘스트 할 때 계속 main and week7 are entirely different commit histories 라는 문구가 뜨던데, 어찌저찌 이상한 방법으로 해결한 것 같아서 정확한 해결 방법을 찾아봐야 할 것 같습니다..!

😎 구현 결과물

Main.-.Chrome.2024-01-07.22-42-25.mp4

😭 보완할 점

로컬스토리지에 저장된 내용을 다루는 걸 더 공부해서 메모 하나하나를 삭제할 수 있는 기능과 노트를 검색하는 기능을 추가하고 싶습니다!

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.

2 participants