Skip to content

KajsaEklof/contrast-checker

Repository files navigation

Colour Contrast Checker App

This project was inspired by this colour contrast checker extension.

I'm tired of copy and pasting each theme colour one by one when I create apps so I wanted to be able to check my whole theme at once. That's why I added the theme checker section in this project. I'm hoping to improve the project so that you can edit and save your theme colours.

View Demo

You can view it here.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint