Skip to content

stefandjikic/website-accessibility-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Accessibility Checker

An express app serving a static HTML page that checks provided URL of a website and returns accessibility issues pointing to the piece of code that needs to be addressed.

How it works

It uses the pa11y package with node js and express to create a simple API that we can hit from the frontend of the app to get the results.

On the frontend, it uses plain JavaScript and HTML to connect with the API and display the results.

Technologies Used

  • Node JS
  • Express
  • JavaScript
  • HTML
  • CSS

How to run

  1. Clone the repo
  2. Install packages
  npm install
  1. Run app:
  npm start
  1. Visit app: localhost:2225

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published