Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsonH committed Apr 26, 2022
2 parents 98bb767 + 9dd7d0a commit 81b4b52
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">Contrast Ratio Checker</h1>
<p align="center">A simple React app that checks the color contrast of your design based on Web Content Accessibility Guidelines (WCAG). 🎨</p>
<p align="center">A simple React app that checks the color contrast of your design based on <a href="https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html">Web Content Accessibility Guidelines</a> (WCAG). 🎨</p>
<div align="center">
<a href="https://app.netlify.com/sites/color-contrast/deploys">
<img src="https://api.netlify.com/api/v1/badges/576f7773-bf15-4f87-baf8-1a8f4ca45391/deploy-status" alt="Netlify Status">
Expand All @@ -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
Expand Down

0 comments on commit 81b4b52

Please sign in to comment.