Skip to content

Commit

Permalink
Add Webacus (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentiniljaz authored Oct 29, 2024
1 parent 21b556c commit c847366
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/w.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ export const resources: Resource[] = [
'WAVE is a suite of evaluation tools that helps authors make their web content more accessible to individuals with disabilities. WAVE can identify many accessibility and Web Content Accessibility Guideline (WCAG) errors, but also facilitates human evaluation of web content.',
url: 'https://wave.webaim.org/',
},
{
name: 'Webacus',
categories: ['Productivity', 'Tooling'],
description:
'Webacus is a versatile tool designed specifically for developers. It combines numerous operations that developers frequently need into a single, consistent interface. Instead of Googling and learning the interface for each operation, you can perform everything you need within Webacus, seamlessly.',
url: 'https://webacus.dev',
},
{
name: 'Web Code Tools',
categories: ['Code Generator'],
Expand Down

0 comments on commit c847366

Please sign in to comment.