Inspiration

As a web developer I have had to focus on meeting 508 compliance standards, however not every company or individual does the same. I wanted to create an easy to use program to grade websites on a pass/fail basis.

How I built it

My accessibility checker was made using python and beautiful-soup to scrape web pages and run various self-written tests against its accessibility.

What's next for Accessibility Checker

Our current prototype begins by grading the images and videos of a hosted website or html file. Future tests:

  • Form testing
  • Screen reader compatibility testing
  • Closed caption/audio transcript testing
  • Many more
Share this project:

Updates