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

[1주차] 오대균 미션 제출합니다. #1

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Sep 11, 2023

  1. feat: html 코드 작성

    앱 구동에 필요한 기본적인 html 코드를 작성했다.
    oooppq committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    973977e View commit details
    Browse the repository at this point in the history
  2. feat: localStorage에서 todolist 가져오기 구현

    todo list를 localStorage에서 가져오고 view에 display하는 기능을 구현했다.
    oooppq committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1d64edf View commit details
    Browse the repository at this point in the history
  3. feat: done, delete 버튼 구현

    done, delete 버튼에 onclick handler를 정의하여 클릭 이벤트에 반응할 수 있도록 했다.
    oooppq committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    dd15cd2 View commit details
    Browse the repository at this point in the history
  4. feat: add 버튼 구현

    add 버튼을 누르면 리스트에 추가되고, 메모리에서 관리되는 todo List가 priority와 date에 따라 정렬될 수 있도록
    로직을 구성했다.
    oooppq committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8af7471 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b292514 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3661d25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a41189c View commit details
    Browse the repository at this point in the history
  8. feat: 날짜 설정의 추가기능 구현

    오늘 날짜보다 시작일이 빠르지 않고, 시작일보다 종료일이 빠르지 않도록 제한하는 기능을 추가했다.
    oooppq committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7f149f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04c806f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be1b69b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff43d6e View commit details
    Browse the repository at this point in the history
  12. docs: readme 작성 완료

    oooppq committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d0b7045 View commit details
    Browse the repository at this point in the history
  13. chore: 주석 추가

    oooppq committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    76e5d66 View commit details
    Browse the repository at this point in the history