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.git
Install dependencies with yarn or npm:
yarn
Run the project locally:
yarn run dev
Note: 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