Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GonzagaAccess/awesome-accessibility
Utility list for accessibility-based development
https://github.com/GonzagaAccess/awesome-accessibility
List: awesome-accessibility
accessibility addon awesome-list hacktoberfest
Last synced: about 1 month ago
JSON representation
Utility list for accessibility-based development
- Host: GitHub
- URL: https://github.com/GonzagaAccess/awesome-accessibility
- Owner: GonzagaAccess
- License: mit
- Created: 2019-09-13T14:40:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T22:10:54.000Z (about 4 years ago)
- Last Synced: 2024-05-19T18:21:16.306Z (7 months ago)
- Topics: accessibility, addon, awesome-list, hacktoberfest
- Homepage:
- Size: 26.4 KB
- Stars: 19
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-lists - awesome-accessibility - based web development (Technical / awesome-*)
- awesomelist - awesome-accessibility - based web development (Technical / awesome-*)
- collection - awesome-accessibility - based web development (Technical / awesome-*)
- lists - awesome-accessibility - based web development (Technical / awesome-*)
README
# awesome-accessibility
This is a utility list for accessibility-based development.
_Note: if you ever felt confused, ["accessibility" is written as "a11y"](https://www.boia.org/blog/what-is-a11y#:~:text=The%20%E2%80%9C11%E2%80%9D%20in%20the%20middle,%2C%22%20so%20accessibility%20becomes%20a11y.) as abbreviation, so the next time you read "a11y" you will know what it stands for._
## Manifest/Pages
- [MW-PT](https://mwpt.com.br/) - _"Contribuímos para a construção de uma web acessível a todos.
Mobilizamos organizações, profissionais e pessoas com deficiência por meio de oficinas, debates, estudos e outras ações em prol da acessibilidade digital."_## Development Teams
- [axe](https://www.deque.com/axe/) - Testing you front-end based on accessibility.
- [vue-a11y](https://vue-a11y.com/) - Vue.js community project to improve web accessibility.## Frameworks
- [reakit](https://reakit.io/) - Build accessible rich web apps with React.
- [grommet](https://v2.grommet.io/) - React framework that provides accessibility, modularity, responsiveness, and theming in a tidy package.
- [google/Accessibility-Test-Framework-for-Android](https://github.com/GonzagaAccess/awesome-accessibility) - collects various accessibility-related checks on View objects as
well as AccessibilityNodeInfo objects## Tools
- [WAVE](https://wave.webaim.org/) - WAVE is a suite of evaluation tools that helps authors make their web content more accessible to individuals with disabilities.
## Plugins
- [Storybook addon](https://www.npmjs.com/package/@storybook/addon-a11y) - Addon to helpful make your UI components more accessible.
- [tota11y](https://github.com/Khan/tota11y) - An accessibility visualization toolkit
- [WAVE Evaluation Tool](https://chrome.google.com/webstore/detail/wave-evaluation-tool/jbbplnpkjmmeebjpijfedlgcdilocofh) - Evaluate web accessibility within the Chrome browser.
- [paypal/AATT](https://github.com/paypal/AATT) - Automated Accessibility Testing Tool
- [JLogam](https://github.com/luanrafael/JLogam) - JavaScript Library for Open Gestures Acessibility Mobile
- [eslint-plugin-vuejs-accessibility](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility) - Plugin for [eslint (a linting tool for javascript)](https://eslint.org/) that adds accessibility rules for use on template of a vue project