A developer-friendly tool to log and track accessibility issues.
A free tool to log accessibility issues in web applications, helping developers, designers, and accessibility advocates ensure inclusive digital experiences.
- Manual logging for issues found during human testing or assistive technology testing
- Compliance mapping to WCAG 2.2 A/AA standards
- Reports in CSV for easy integration with issue trackers
- Open source & collaborative
# Clone the repository
git clone https://github.com/samyukthach/Accessibility-Logger.git
# Navigate to the project folder
cd Accessibility-Logger
# Install dependencies
npm installWe welcome contributions to Accessibility Logger! Whether it’s fixing bugs, adding features, improving documentation, or enhancing accessibility checks, your help is appreciated.
How to Contribute Fork the repository Create a new branch for your changes:
git checkout -b feature-nameMake your changes and commit them with a clear message:
git commit -m "Add feature or fix bug"Push your branch to your fork:
git push origin feature-nameOpen a Pull Request against the main repository.
Guidelines
Ensure your code is well-documented and follows the project style. If adding new accessibility checks, map issues to relevant WCAG success criteria. Ensure the features should be accessible. Respect the Code of Conduct in all communications and contributions.
Thank you for helping improve digital accessibility!