If you ever use the elevator, subtitles to watch that cat video during a boring meeting, or tabbed through a form, you have used an accessibility feature. As a community we understand that accessibility is necessary but when it comes to implementation, we often fall short.
This app is the base for a hands on workshop for those interested in learning how to get started.
https://m2d2co.github.io/accessibility-basics/
latesthas the accessible version of the application.starthas the starting point for the workshop. This branch includes errors that will be tested for, explained, and fixed during the workshop.
$ npm start: serve the application onlocalhost:8080.
Note: Most accessibility plugins such as axe or wave require the application to be served.
Note: A modern browser is necessary because the code relies on:
- HTML
- CSS
- JavaScript ES6 syntax
- IndexedDb