Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ People, including developers, designers, scientists and others, create awesome t
- [Prototyping](#prototyping)
- [Mockup](#mockup)
- [User Testing](#user-testing)
- [Accessibility](#accessibility)

**Concepts**

Expand Down Expand Up @@ -268,6 +269,15 @@ No need to mention the author.
- [Clicktale](https://www.clicktale.com) is a user experience management platform.
- [Maze Design](http://maze.design) is a great way to conduct user interviews

## Accessibility

- [WAVE](https://wave.webaim.org/) Web accessibility evaluation tool by WebAIM. Provides visual feedback about the accessibility of web content.
- [axe DevTools](https://www.deque.com/axe/devtools/) Browser extension for accessibility testing. Based on the open-source axe-core engine, trusted by Microsoft, Google, and more.
- [RatedWithAI](https://ratedwithai.com/) AI-powered website accessibility scanner with instant WCAG 2.2 audits, plain-language fix suggestions, and ADA compliance reports.
- [Contrast Ratio](https://contrast-ratio.com/) by Lea Verou. Check color contrast ratios against WCAG requirements for text readability.
- [The A11Y Project](https://www.a11yproject.com/) A community-driven effort to make digital accessibility easier with guides, checklists, and resources.
- [Stark](https://www.getstark.co/) Accessibility plugin for Figma, Sketch, and Adobe XD with contrast checker, color blindness simulator, and focus order tools.

## Read and Digest

- [Design Milk](http://design-milk.com/) is an online magazine dedicated to modern design, offers what’s new in art, architecture, interior design, furniture and decor, fashion and technology. 🌟
Expand Down