Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 2.19 KB

README.md

File metadata and controls

73 lines (43 loc) · 2.19 KB

Uniweb Access

A web application that, given a URL, scans the webpage and returns feedback about its accessibility.

Uniweb Access is developed by Ksenia Rozhdestvenskaya, Khrystyna Tsiupa, Elizabeth Howell, and Elijah Meshnick.

Our aim is to provide a tool for web developers to assess the inclusivity and accessibility of their sites to a wide variety of users, including those with disabilities. We base our assessments on the Web Content Accessibility Guidelines (WCAG) and the checklist created by the A11y Project.

Table of Contents

Where to Find Us

Visit our deployed application at http://uniweb-access.herokuapp.com

Team

Elijah Meshnick

LinkedIn: https://www.linkedin.com/in/elijah-meshnick/

Github: https://github.com/emeshnick

Elizabeth Howell

LinkedIn: https://www.linkedin.com/in/e-m-howell/

Github: https://github.com/bethhowell123

Khrystyna Tsiupa

LinkedIn: https://www.linkedin.com/in/christidev/

Github: https://github.com/vanderwooodsen

Ksenia Rozhdestvenskaya

LinkedIn: https://www.linkedin.com/in/ksenia-ro/

Github: https://github.com/KseniaRo

Tech Stack

  • Javascript
  • React
  • Puppeteer
  • Chart.js
  • Redux

Our backend was created with Node.js, Firebase, Express, and deployed on Heroku.

Current Features

  • Users can input a URL for our application to test

  • Uniweb Access will run a series of tests on the requested site and calculate scores based on the site's accessibility

  • In addition to individual test scores, we offer visual representations of your result data and a comparison to the average score of all sites we have previously tested

Additional Ideas

  • Allow users to create an account and save their scan results to reference later

  • Integrate Google Lighthouse for more comprehensive results