9주차 미션_이즈, 10주차 미션_이즈 #42
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📄 요약
📝 작업 내용
tailwind-css**를 활용해서 만들어주세요.redux-toolkit을 활용해서 만들어주세요.redux-toolkit를 사용하기 위해서Provider를 연결해주세요. (공식문서 참고)configureStore를 활용해, 중앙 저장소를 만들어주세요!cartSlice를 만들어주고, 중앙 저장소에 연결해주세요!음반수량 증가시 해당하는 음반의 수량이 증가되게action함수를 만들어주세요. (increase action 기능 구현)음반수량 감소시 해당하는 음반의 수량이 증가되게action함수를 만들어주세요. (decrease action 기능 구현)1보다 작아진다면, 장바구니 목록에서 자동으로 제거되게 만들어주세요. (removeItem action 기능 구현)전체 삭제버튼을 누르면 음반들이 리스트에서 다 제거되도록 위의 영상처럼 화면을 구성해 주세요! (clearCart action 기능 구현)calculateTotals action 기능 구현)clearCart Action을 활용했는가?useState를 사용하지 않고, reducer를 통해 만들어보세요! 제일 중요합니다!!)📸 스크린샷
🗨️ 리뷰 요구사항 (선택)