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] MOONBUCKS #1

Open
15 tasks
yoon-junseo opened this issue Jan 17, 2022 · 0 comments
Open
15 tasks

[FEAT] MOONBUCKS #1

yoon-junseo opened this issue Jan 17, 2022 · 0 comments

Comments

@yoon-junseo
Copy link
Owner

yoon-junseo commented Jan 17, 2022

설명

  • 바닐라 자바스크립트로 상태 관리가 가능한 애플리케이션 만들기

ToDo

step1 - 돔 조작과 이벤트 핸들링으로 메뉴 관리하기

  • 메뉴 추가
    • 메뉴를 입력 받고 확인 버튼을 누르면 메뉴가 추가 된다.
    • 메뉴를 입력 받고 엔터키 입력을 받으면 메뉴가 추가 된다.
    • 총 메뉴 갯수를 count하여 상단에 보여준다.
    • 메뉴 입력 값이 빈 값이라면 추가되지 않는다.
    • 메뉴가 추가 되면, input은 빈 값으로 초기화된다.
  • 메뉴 수정
    • 메뉴 수정 버튼을 누르면 prompt창이 뜬다.
    • propmt 창에서 메뉴를 입력 받고 수정 버튼을 누르면 메뉴 이름이 변경 된다.
  • 메뉴 삭제
    • 메뉴 삭제 버튼을 누르면 confirm창이 뜬다.
    • 확인을 누르면 메뉴가 삭제 된다.
    • 총 메뉴 갯수를 count하여 상단에 보여준다.

step2 - 상태 관리로 메뉴 관리하기

  • 여러개의 메뉴판 만들기
  • 웹서버에 api 요청하기
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

No branches or pull requests

1 participant