Skip to content

StevenWittmann/a11y-techtalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A11y Techtalk

This repo includes demo material to get familiar with accessiblity in webdesign. It is build for internal Tech Talks at dotSource SE.

Setup

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.

Enterprise Accessibility

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