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: 영화 댓글 작성하기 기능 구현 #9

Merged
merged 6 commits into from
May 6, 2024

Commits on May 6, 2024

  1. feat: 리뷰 영역 html mockup 작성

    Yerin authored and Yerin committed May 6, 2024
    Configuration menu
    Copy the full SHA
    7414f72 View commit details
    Browse the repository at this point in the history
  2. feat: 댓글 작성 기능 구현

    * submit handler 추가
    * submit 시 localstorage 로 저장
    * star rating click event 함수 구현
    * 관련 util 함수 구현
    * form 유효성 검사
    Yerin authored and Yerin committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b74febc View commit details
    Browse the repository at this point in the history
  3. feat: 리뷰 목록 localstorage 연동

    * 목록 render 함수 추가
    * 기존 mockup html 제거
    * css var 사용
    Yerin authored and Yerin committed May 6, 2024
    Configuration menu
    Copy the full SHA
    7c40d3b View commit details
    Browse the repository at this point in the history
  4. style: 함수 이름 변경

    Yerin authored and Yerin committed May 6, 2024
    Configuration menu
    Copy the full SHA
    16bb82a View commit details
    Browse the repository at this point in the history
  5. refactor: localStorage에서 이름 & 썸네일 정보 가져오도록 변경

    * 기획 변경
    Yerin authored and Yerin committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8335895 View commit details
    Browse the repository at this point in the history
  6. fix: e propagation 제거

    Yerin authored and Yerin committed May 6, 2024
    Configuration menu
    Copy the full SHA
    58f2a4e View commit details
    Browse the repository at this point in the history