Skip to content

Feat: Week9/nonshaman-m1 - #86

Open
nonshaman wants to merge 32 commits into
mainfrom
week9/nonshaman-m1
Open

Feat: Week9/nonshaman-m1#86
nonshaman wants to merge 32 commits into
mainfrom
week9/nonshaman-m1

Conversation

@nonshaman

Copy link
Copy Markdown
Collaborator

📚 주차 / 미션

  • 9주차 1번째 미션

📌 작업 내용

  • Redux Toolkit을 활용한 playlist 페이지 제작

✨ 상세 작업 내용

  • 전역 상태로 관리되는 장바구니 화면을 구현
  • 전역 store를 구성, slice를 설계
  • mock 데이터 분리 -> redux 상태 초기값 설정 -> 액션/리듀서 설계 -> UI와 상태 연결

📸 스크린샷

image

✅ 체크리스트

  • [o] 기능 정상 작동 확인
  • [o] 불필요한 주석 삭제
  • [o] 해당 주차 키워드 내용 이해

nonshaman and others added 30 commits April 12, 2026 20:51
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
…an-m1

Revert 83 revert 37 week4/nonshaman m1

@yewon20804 yewon20804 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9주차 미션 1 수고하셨습니다 ! Redux Toolkit 활용 Play List 제작을 해보는거였는데 커스컴 훅까지 잘 구성하신것 같아요 👍


1. week9/src/components/Navbar.tsx — 문법 오류

// ❌ 현재 (week9/src/components/Navbar.tsx)
const Navbar = () => {;

// ✅ 수정
const Navbar = () => {

함수 선언 바로 뒤에 불필요한 세미콜론(;)이 있어서 제거해주면 좋을 것 같습니다 !


2. week9/src/slices/carSlice.ts — 파일명 오타
파일명이 carSlice.ts로 되어있는데, cartSlice.ts로 변경하시는것이 좋을 것 같습니다 ☺️ 다른 파일과 통일성을 위해서라도요 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants