Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bolonio/testing-web-a11y
- Owner: bolonio
- Created: 2019-05-19T08:59:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:10:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-26T15:18:58.371Z (18 days ago)
- Topics: a11y, accessibility, react
- Language: HTML
- Homepage:
- Size: 34.7 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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)