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

[Mission5/신동호] Project_Notion_VanillaJs 과제 #51

Open
wants to merge 33 commits into
base: 4/#5_khakhid
Choose a base branch
from

Commits on Jun 27, 2023

  1. 🎉 기초 환경 설정

    oaoong authored and khakhiD committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    6e063d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. remove: hi.js hi.test.js

    khakhiD committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    c84b760 View commit details
    Browse the repository at this point in the history
  2. remove: hi.test.js

    khakhiD committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    1041974 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. remove: index.js

    khakhiD committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9c2e764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bcd6a1 View commit details
    Browse the repository at this point in the history
  3. feat: 추가 Router 기능

    khakhiD committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    960fdc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f50149c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e97f72 View commit details
    Browse the repository at this point in the history
  6. chore: settings

    khakhiD committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0ede92f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd42e1f View commit details
    Browse the repository at this point in the history
  8. chore: vercel.json

    khakhiD committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    fdb6faa View commit details
    Browse the repository at this point in the history
  9. chore: vercel.json

    khakhiD committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d8b8dd1 View commit details
    Browse the repository at this point in the history
  10. style: nowrap -> wrap

    khakhiD committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    ab67573 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    67f38c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    04505ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e57578 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    eabba43 View commit details
    Browse the repository at this point in the history
  2. chore: eslint, babel 제거

    khakhiD committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    8ab3334 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49b3601 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a8b1b7 View commit details
    Browse the repository at this point in the history
  5. chore: package management

    khakhiD committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2ee09c6 View commit details
    Browse the repository at this point in the history
  6. refactor: Editor 컴포넌트 수정

    - querySelector를 한 번만 사용하기 위해서 element 참조를 변수 방식으로 변경
    - setState 함수의 value 수정 부분을 render 함수 내부로 위치 변경
    - keyup 이벤트에서 e.keyCode를 e.key로 변경
    - input 이벤트와 key 이름을 상수화
    khakhiD committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    53d1c4a View commit details
    Browse the repository at this point in the history
  7. refactor: if문 수정

    - (this.state.length > 0) => (this.state.length)
    khakhiD committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ca0675c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    debff9d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    931c41e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b7485e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fdc531d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    868f96a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7bd30c8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    19fee02 View commit details
    Browse the repository at this point in the history
  15. refactor: state 구조 변경

    khakhiD committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e3388ac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    295b940 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4f312ec View commit details
    Browse the repository at this point in the history