Skip to content

tejaschaudhari7/Accessibilty-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpage Accessibility Checker

A webpage accessibility tester which scans through any given URL or even HTML file located on machine and returns the HTML tags in it which might not be accessible by certain members of our community. The app runs in local environment only. It is helpful during development phase so as to ensure weather each page which we render is accessible to all.

Run Locally

Clone the project

  git clone https://github.com/tejaschaudhari7/Accessibilty-Checker

Install dependencies

  npm install

Start the server

  npm run start

Go to localhost:3000. Make sure your project, if running on localhost, is up on a different port. Now enter any url or a path to any HTML file on your machine in the form.

Tech Stack

Client: Vanilla Javascript, Bootstrap

Server: Node.js, Express.js

About

A webpage accessibility tester which scans through any url or HTML file locally and gives out HTML tags missing accessibility along with description.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published