2024. 01 .16 TMDB 영화 리뷰 기능 구현 코드 뜯어보기_2 (팀프로젝트)
코드를 뜯어서 보다보면 사용되지 않는 부분들이 많은 것 같다. 하나씩 채우고 수정하는 중이다. 오늘은 포인트 부분 코드를 알아보자 class AspectPoints { constructor() { this.aspects = document.querySelectorAll(".aspects .aspect-item"); this.selectedAspects = []; this.initialize(); } initialize() { this.aspects.forEach((item) => { item.addEventListener("click", () => { item.classList.toggle("active"); this.updateSelections(); }); }); } up..
TIL
2024. 1. 16. 23:40
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- styled component 설치방법
- git cache
- 영화 별점
- readme작성해보기
- simple Icon 사용방법
- readme 작성해야 하는 이유
- Fetch와 Axios 의 장단점
- 유효성검사
- 별점만들기
- 유효성검사 css
- axios instance 작성하기
- nextjs 토큰 만료처리하기
- axios 설치하기
- readme 작성 방법
- Warning: A component is changing an uncontrolled input to be controlled.
- 영화별점만들기
- 에러모음집
- axiosinstance 사용 시 토큰 사용 법
- axios CRUD
- styled component GlobalStyle 사용방법
- readme 역할
- readme 이미지 추가 방법
- styled component 조건부 사용방법
- 별점 색채우기
- axios 사용하기
- Warning: validateDOMNesting(...): <li> cannot appear as a descendant of <li>
- Warning: Each child in a list should have a unique "key" prop.
- styled component 사용방법
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함