All Projects → open-indy → Koa11y

open-indy / Koa11y

Licence: mit
Easily check for website accessibility issues

Projects that are alternatives of or similar to Koa11y

Js Offcanvas
A lightweight, flexible jQuery off-canvas navigation plugin which lets you create fully accessible sidebar or top/bottom sliding (or push) panels with keyboard interactions and ARIA attributes.
Stars: ✭ 272 (-32.51%)
Mutual labels:  accessibility, a11y
Go Astilectron
Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron)
Stars: ✭ 4,150 (+929.78%)
Mutual labels:  gui, desktop-app
Pa11y
Pa11y is your automated accessibility testing pal
Stars: ✭ 3,207 (+695.78%)
Mutual labels:  accessibility, a11y
react-native-aria
A library of React Hooks for React-Native (Android/iOS/web) to provide accessible UI primitives for a design system.
Stars: ✭ 164 (-59.31%)
Mutual labels:  accessibility, a11y
A11yproject.com
The A11Y Project is a community-driven effort to make digital accessibility easier.
Stars: ✭ 3,436 (+752.61%)
Mutual labels:  accessibility, a11y
Whocanuse
WhoCanUse is a tool that brings attention and understanding to how color contrast can affect different people with visual impairments.
Stars: ✭ 259 (-35.73%)
Mutual labels:  accessibility, a11y
Pa11y Ci
Pa11y CI is a CI-centric accessibility test runner, built using Pa11y
Stars: ✭ 291 (-27.79%)
Mutual labels:  accessibility, a11y
van11y-accessible-hide-show-aria
ES2015 accessible hide-show system (collapsible regions), using ARIA
Stars: ✭ 34 (-91.56%)
Mutual labels:  accessibility, a11y
Checka11y.css
A CSS stylesheet to quickly highlight a11y concerns.
Stars: ✭ 313 (-22.33%)
Mutual labels:  accessibility, a11y
Exifcleaner
Cross-platform desktop GUI app to clean image metadata
Stars: ✭ 305 (-24.32%)
Mutual labels:  gui, desktop-app
chaarts
Charts with HTML & CSS
Stars: ✭ 79 (-80.4%)
Mutual labels:  accessibility, a11y
Axe Core
Accessibility engine for automated Web UI testing
Stars: ✭ 4,293 (+965.26%)
Mutual labels:  accessibility, a11y
a11ymyths
a11ymyths.com
Stars: ✭ 26 (-93.55%)
Mutual labels:  accessibility, a11y
Accessibility
A repo to organize the guidelines and best practices for accessibility at 18f.
Stars: ✭ 269 (-33.25%)
Mutual labels:  accessibility, a11y
Parvus
An accessible, open-source image lightbox with no dependencies.
Stars: ✭ 248 (-38.46%)
Mutual labels:  accessibility, a11y
A11y Courses
Courses offered in web accessibility (and other learning opportunities)
Stars: ✭ 288 (-28.54%)
Mutual labels:  accessibility, a11y
bookworm
The Universally Accessible document Reader
Stars: ✭ 50 (-87.59%)
Mutual labels:  accessibility, a11y
AccessSniff
Automated accessibility testing using HTML_Codesniffer (WCAG and Section508)
Stars: ✭ 84 (-79.16%)
Mutual labels:  accessibility, a11y
A11y Toggle
A tiny script for accessible content toggles.
Stars: ✭ 304 (-24.57%)
Mutual labels:  accessibility, a11y
A11y styled form controls
Various styled accessible form controls
Stars: ✭ 335 (-16.87%)
Mutual labels:  accessibility, a11y

Maintenance Notice:

This project was started as a volunteer effort by a group of people in Indianapolis, IN. After two years of working on it, it became harder and harder to pull in and retain talent to work on it consistently. Though there were passionate individuals interested, many lived an hour or more away and couldn't meet in person weekly to work on it. Attempts were made to work remotely, but efforts languished. Years have passed with little work on this project. Though we had big plans, higher priorities have won out. The last release of Koa11y still works as a basic reporting tool, however the built in A11y guidelines are already out of date. The project remains online, for others to reference or fork. the released version may not be compatible with the latest Unix based OS's that do not prioritize backwards compatibility.


Koa11y Logo

Koa11y

Koa11y is a desktop app that allows you to automatically detect accessibility (a11y) issues on webpages.

Screenshot of Koa11y

To download Koa11y, visit the website:


Koa11y is built with:


Development/Code Contributing

Koa11y is written in JavaScript, Sass, and HTML. It uses NW.js to interact with the OS and to be cross-platform.

To Open Dev Tools in Koa11y

  • Right-Click on the logo in the app.

To run source code locally (Win/OSX)

  1. Install Node (V4.0.0 or above)
  2. Download or clone this repo
  3. Run npm install
  4. Run npm start

To run source code locally (Ubuntu)

  1. Download or Clone this repo and go to it in the terminal.
  2. Update apt-get: sudo apt-get update
  3. Install Node.js: sudo apt-get install nodejs
  4. Install NPM: sudo apt-get install npm
  5. Create a symbolic link for node sudo ln -s /usr/bin/nodejs /usr/bin/node
  6. Run node -v to check if you have a version of Node that is 4.0.0 or above, if not, consult this.
  7. Download dependencies: npm install
  8. Run the app: npm start

If that works, then in the future you can just run npm start to run the app, the rest is all setup.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].