Rationale & Scope
Improve accessibility for visually impaired or low-literacy users by offering an opt-in mode that reads critical loan terms (principal, rate, term length, penalties) aloud using speech synthesis.
Concrete Tasks
- Integrate the Web Speech Synthesis API behind an opt-in accessibility toggle.
- Mark key loan-term elements with readable summaries queued for narration in a sensible order.
- Add playback controls (pause, replay, adjust speed) for the narration.
Acceptance Criteria
Suggested Branch Name
git checkout -b feat/frontend-voice-guided-accessibility
Rationale & Scope
Improve accessibility for visually impaired or low-literacy users by offering an opt-in mode that reads critical loan terms (principal, rate, term length, penalties) aloud using speech synthesis.
Concrete Tasks
Acceptance Criteria
Suggested Branch Name