Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.17 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.17 KB

DeskA11y Accessibility Checker

DeskA11y is an open-source desktop application for accessibility checking. It ensures web content meets high standards of usability for everyone. This project is free to use and open for contributions.

Features

  • Accessibility Standards: Choose from various accessibility standards (e.g., WCAG 2A, 2AA, 2AAA).
  • Output Formats: (Work in Progress) Generate reports in HTML, JSON, CSV, Markup, or XML.
  • Runner Options: Use different runners (e.g., Axe, HTMLCS) for accessibility checks.
  • Copy Results: Copy accessibility check results to the clipboard.

How to Use

Setup

  1. Clone the repository:

    git clone [email protected]:Brandonawan/DeskA11y.git
    cd DeskA11y
  2. Install dependencies:

    npm install
  3. Run the application:

    npm start

Contributing

  1. Fork the repository.
  2. Create a new branch for your contribution.
  3. Commit your changes.
  4. Push your changes to your fork.
  5. Submit a pull request.

License

This project is licensed under the MIT License. Happy coding and improving web accessibility with DeskA11y!