marcysutton / frontend-masters-web-accessibility-v3

A repo for the Web Accessibility v3 workshop for Frontend Masters
https://web-accessibility-v3.vercel.app
38 stars 18 forks source link

Web App Accessibility - Frontend Masters

This repo includes the public source code for the course website related to the Frontend Masters course on Web App Accessibility.

Topics:

The base components used in class are in the components directory: https://github.com/marcysutton/frontend-masters-web-accessibility-v3/tree/main/components

More-complete components are in the completed-components directory: https://github.com/marcysutton/frontend-masters-web-accessibility-v3/tree/main/completed-components

Setup

This site uses Next.js and React. To run the project, clone (or download it) from GitHub:

git clone git@github.com:marcysutton/frontend-masters-web-accessibility-v3.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.