Skip to content

vinceumo/A11Y-Color-Blindness-Empathy-Test

Repository files navigation

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

Screenshot of A11Y Color Blindness Empathy 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