This repo is a project used to teach front end software engineers about common accessibility issues, how to identify them using various tools, and how to correct them.
In your terminal, run:
yarn install
to install dependenciesyarn start
to run the app locally
In our live workshop, we'll be digging into the UI and code on the "Bad Examples" page. We'll make modifications to it in the "In Progress" page, and then get it into an accessible state shown in the "Good Examples" page.
- jsx-a11y ESLint plugin
- aXe Chrome extension
- VoiceOver screen reader with Safari browser (MacOS)