From 9dd7d0a76b93ef83168af0ec85e5f06b05c0f979 Mon Sep 17 00:00:00 2001 From: AnsonH Date: Tue, 26 Apr 2022 17:08:35 +0800 Subject: [PATCH] Update README --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 03dc050..96c8f27 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

Contrast Ratio Checker

-

A simple React app that checks the color contrast of your design based on Web Content Accessibility Guidelines (WCAG). 🎨

+

A simple React app that checks the color contrast of your design based on Web Content Accessibility Guidelines (WCAG). 🎨

Netlify Status @@ -8,16 +8,16 @@ ![Demo](./images/demo.png) -## Features :sparkles: +## Features -- :art: Color pickers for color input -- :arrows_counterclockwise: Accepts HEX, RGB and HSL color formats -- :arrows_clockwise: Converts color format to HEX, RGB and HSL -- :man_with_probing_cane: Checks against [WCAG 2.0](https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html) Level AA and Level AAA requirements -- :floppy_disk: Saves and loads themes from local storage -- :iphone: Responsive design +- Color pickers for color input +- Accepts HEX, RGB and HSL color formats +- Converts color format to HEX, RGB and HSL +- Checks against [WCAG 2.0](https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html) Level AA and Level AAA requirements +- Saves and loads themes from local storage +- Responsive design -## Development :hammer_and_wrench: +## Development ```bash # 1. Clone this repository to your local computer