https://github.com/vinceumo/a11y-color-blindness-empathy-test
👁 Empathy test for color blindness and visual impairment
https://github.com/vinceumo/a11y-color-blindness-empathy-test
a11y a11y-testing accessibility colorblindness
Last synced: 3 months ago
JSON representation
👁 Empathy test for color blindness and visual impairment
- Host: GitHub
- URL: https://github.com/vinceumo/a11y-color-blindness-empathy-test
- Owner: vinceumo
- License: mit
- Created: 2018-08-10T14:20:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T16:44:35.000Z (over 6 years ago)
- Last Synced: 2025-01-14T06:29:50.547Z (4 months ago)
- Topics: a11y, a11y-testing, accessibility, colorblindness
- Language: Vue
- Homepage: https://vinceumo.github.io/A11Y-Color-Blindness-Empathy-Test/
- Size: 565 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# A11Y Color Blindness Empathy Test
Empathy test for color blindness and visual impairment
https://vinceumo.github.io/A11Y-Color-Blindness-Empathy-Test/
This repository is the web version of this application. You can find the browser extensions one on [vinceumo/A11Y-Color-Blindness-Empathy-Test-browser-extensions](https://github.com/vinceumo/A11Y-Color-Blindness-Empathy-Test-browser-extensions)
- [Chrome extension](https://chrome.google.com/webstore/detail/a11y-color-blindness-empa/idphhflanmeibmjgaciaadkmjebljhcc)
- [Firefox extension](https://addons.mozilla.org/en-GB/firefox/addon/a11y-color-blindness-test/)
## Project
This project is build using Vue js CLI 3
### Project setup
```
npm install
```#### Compiles and hot-reloads for development
```
npm run serve
```#### Compiles and minifies for production
```
npm run build
```#### Lints and fixes files
```
npm run lint
```## Vendors
This website is base on AcceCSS Sass mixin by LukyVj. This mixin allows this app to emulate 8 types of color blindness, plus grayscale to check the contrast of your website.
AcceCSS https://lukyvj.github.io/accecss/
# Changelog
## [1.0.1] - 2019-10-15
### Changed
- Update README.md to link to the browser extensions repository