Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://zarhasan.github.io/color-contrast-checker/
A simple web tool built using react that allows you to check the color contrast ratio between any two valid colors.
https://zarhasan.github.io/color-contrast-checker/
accessibility color contrast-ratio wcag2
Last synced: 3 months ago
JSON representation
A simple web tool built using react that allows you to check the color contrast ratio between any two valid colors.
- Host: GitHub
- URL: https://zarhasan.github.io/color-contrast-checker/
- Owner: zarhasan
- License: mit
- Created: 2021-07-09T11:12:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T08:55:16.000Z (about 3 years ago)
- Last Synced: 2024-06-25T18:59:21.127Z (5 months ago)
- Topics: accessibility, color, contrast-ratio, wcag2
- Language: SCSS
- Homepage: https://zarhasan.github.io/color-contrast-checker/
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- dev-resources - Color Contrast Checker
README
# [Color Contrast Checker](https://zarhasan.github.io/color-contrast-checker/)
A simple web tool built using react that allows you to check color contrast ratio between any two valid color.
### Libraries Used:-
[TinyColor](https://github.com/bgrins/TinyColor) by [Brian Grinstead](https://github.com/bgrins)
[Headless UI](https://github.com/tailwindlabs/headlessui) by [Tailwind Labs](https://github.com/tailwindlabs)
[React](https://github.com/facebook/react)
[React Colorful](https://github.com/omgovich/react-colorful) by [Vlad Shilov](https://github.com/omgovich)
[React Icons](https://github.com/react-icons/react-icons)
[Lodash](https://github.com/lodash/lodash)