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.
Step 1: 언어 설정 변경 (en -> ko)
index.html
<html lang="ko">
Step 2: 시맨틱 태그 사용
app.tsx
<div>
를<main>
,<section>
로 수정Step 3: 버튼 접근성 향상
WAI-ARIA 속성을 활용해 감소/증가 버튼에 의미 부여 (스크린 리더가 버튼의 기능을 이해할 수 있도록)
Step 4: 변경 사항에 대한 실시간 알림 추가
감소/증가 버튼 클릭 시 승객 수 변경 사항을 모바일 낭독기를 통해 실시간으로 들을 수 있도록
Step 5: 최소/최대 값 도달 시 상태 메시지 알림 추가