This tool uses the WebAim API to allow you to batch test the accessibility of multiple websites. This tools is built with React and uses React-Bootstrap for layout.
A demo of v2.0 can be found at http://a11ytool.alexroseb.com.
A demo of v1.0 can be found at https://libtools.smith.edu/development/accessibility/.
For the user documentation, read USER-README.md.
- Clone this repository
- Make sure to have Yarn installed.
- In command line, go to the repository folder and run:
yarn install
yarn start
- If a window hasn't automatically opened, go to
localhost:3000
in your web browser.
This project was bootstrapped with Create React App. You can find the most recent version of the React guide here.