An open API service indexing awesome lists of open source software.

https://github.com/akshu-on-github/deva11y-ideation


https://github.com/akshu-on-github/deva11y-ideation

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# DevA11y - Ideation Docs
## Inspiration
Nowadays, accessibility overlays are all the rage - a "silver bullet" single line of code to make your website accessible. But the sad truth is that they make websites _less_ accessible by overriding system defaults customized by the user. Despite this, why have only grown in popularity?
The main reason is that, unless accessibility was a consideration at the start of development, it is time-consuming to implement. This project attempts to lend a hand to other projects at late-stage development to meet Level A of the WCAG 2.0 specification.

## Financial Impact
![2021 ADA DIGITAL ACCESSIBILITY LAWSUITS](https://github.com/Akshu-on-github/DevA11y-Ideation/assets/61582763/a4245150-6aa3-4c98-8276-9b911a23f106)
The above numbers are taken from the 2021 ADA DIGITAL ACCESSIBILITY LAWSUITS report. These lawsuits cost significant money to companies, and a significant number of websites aren't AA compliant. This also potentially costs businesses around 1 billion users who have barriers to entry as they have special requirements in some form. Apart from the direct financial losses, it also affects the brand reputation when a company is sued for failing accessibility standards.
The above graph is plotted in MATPLOT in the chart.m file

## What it does
This is a draft of technical documentation created in Figma that lays out some of my ideas about a project that:
- Scrapes a given URL
- Analyzes the code
- Identifies elements that require modifications
- Flags those elements with possible solutions
- Compiles these changes in a checklist

## Suggested Tech Stack
Note: The code was not ready to be submitted, so only the prep documentation is submitted for the hackathon. The docs used *Figma* and *MatLab*
- Angular (Frontend)
- Node (Backend)
- Puppeteer (Webscraper)
- Express
- Firebase (Storage & Deployment)