Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bolonio/testing-web-a11y

This is a demo repository to illustrate how to test web accessibility.
https://github.com/bolonio/testing-web-a11y

a11y accessibility react

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# testing-web-a11y

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

You can read all the details in my blog:

- English: https://www.adrianbolonio.com/en/testing-web-accessibility-part-1
- Español: https://www.adrianbolonio.com/es/testeando-accesibilidad-web

## 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](https://github.com/bolonio/testing-web-a11y/blob/master/CONTRIBUTING.md).

## Author & Contributors

testing-web-a11y is created by [Adrián Bolonio](https://www.adrianbolonio.com)