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.
- 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.
-
Clone the repository:
git clone [email protected]:Brandonawan/DeskA11y.git cd DeskA11y
-
Install dependencies:
npm install
-
Run the application:
npm start
- Fork the repository.
- Create a new branch for your contribution.
- Commit your changes.
- Push your changes to your fork.
- Submit a pull request.
This project is licensed under the MIT License. Happy coding and improving web accessibility with DeskA11y!