/testing-web-a11y

This is a demo repository to illustrate how to test web accessibility.

Primary LanguageHTML

testing-web-a11y

This is a demo repository to illustrate how to test web accessibility.

You can read all the details in my blog:

Folder structure

.
├── ...
├── src
│    ├──.github
│    │     └── workflows                 # The GitHub Actions workflows
│    │           ├── workflowName.yml
│    │           └── ...
│    └── components                      # Your custom components
│          ├── Component.tsx
│          └── ...
└── ...

Contributing

If you have any suggestion for how this project could be improved, please read the contributing guidelines.

Author & Contributors

testing-web-a11y is created by Adrián Bolonio