Problem
The web app has no accessibility considerations.
Screen readers cannot navigate. Keyboard navigation
does not work.
What To Build
- Semantic HTML audit
- Keyboard navigation (tab order, focus styles)
- Screen reader support (aria attributes)
- Color contrast compliance (4.5:1 ratio)
- Form accessibility (labels, error messages)
- axe-core CI integration
Files To Touch
All component files in src/components/
All page files in src/pages/
Acceptance Criteria
Mandatory Checks Before PR
Problem
The web app has no accessibility considerations.
Screen readers cannot navigate. Keyboard navigation
does not work.
What To Build
Files To Touch
All component files in src/components/
All page files in src/pages/
Acceptance Criteria
Mandatory Checks Before PR