Skip to content

samyukthach/Accessibility-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accessibility-Logger

A developer-friendly tool to log and track accessibility issues.

Overview

A free tool to log accessibility issues in web applications, helping developers, designers, and accessibility advocates ensure inclusive digital experiences.

Features

  • 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

Installation

# Clone the repository
git clone https://github.com/samyukthach/Accessibility-Logger.git

# Navigate to the project folder
cd Accessibility-Logger

# Install dependencies
npm install

Contributing

We 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-name

Make 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-name

Open 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!

About

A tool to log accessibility issues in web applications, helping developers, designers, and accessibility advocates ensure inclusive digital experiences

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors