Skip to content

[Task] DailyLearning 페이지 및 라우팅 설정 #76

Description

@DDINGJOO

상위 Story

목표

DailyLearning 페이지 컴포넌트 생성 및 라우팅 설정

구현 내용

파일 생성

  • src/domains/vocab/pages/DailyLearning.jsx

라우팅 추가 (App.jsx)

import DailyLearning from './domains/vocab/pages/DailyLearning'

<Route path="/vocab/daily" element={<DailyLearning />} />

페이지 구조

  • 헤더: 뒤로가기, 진행률 표시, 자동재생 토글
  • 중앙: FlashCard 컴포넌트
  • 하단: 정답/오답 버튼, 액션 버튼

완료 조건

  • DailyLearning 페이지 컴포넌트 생성
  • /vocab/daily 라우트 등록
  • 기본 레이아웃 구현

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions