This repo includes demo material to get familiar with accessiblity in webdesign. It is build for internal Tech Talks at dotSource SE.
This site uses Next.js and React. To run the project, clone (or download it) from GitHub:
git clone git@github.com:StevenWittmann/a11y-techtalk.gitInstall dependencies with yarn or npm:
yarnRun the project locally:
yarn run devNote: These slides are based on the JavaScript Patterns repo from Lydia Hallie.
This repo also includes the public source code for the course website related to the FrontendMasters workshop on Enterprise Accessibility.
The base components used in class are in the components directory: https://github.com/marcysutton/frontend-masters-enterprise-accessibility/tree/main/components
More-complete components are in the completed directory: https://github.com/marcysutton/frontend-masters-enterprise-accessibility/tree/main/components/completed