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

https://github.com/tanisha03/a11y

Accessible UI Components
https://github.com/tanisha03/a11y

Last synced: about 2 months ago
JSON representation

Accessible UI Components

Awesome Lists containing this project

README

        

# a11y

Accessibility or a11y is Web Inclusion, it is the practice to develop the websites for everyone irrespective of any disability or impairment. In the metrics used to define the performance of the website, accessibility is often an ignored feature. However, such a practice does a lot of damage to the businesses out there because it makes the website unusable for a specific section of users. Thus before your think of writing a cleaner and modular code, do think of writing an "accessible" code.

This repo contains all the codes I have worked on for accessible UI components in pure HTML,CSS and Javascript. Inspired from the same I started with a [blog](https://a11y-friendly.netlify.com/) to advocate a11y. You can find the repo of the blog [here](https://github.com/tanisha03/a11y-friendly) .

## Local setup

Clone the repository in the desired directory using the command
```
git clone https://github.com/tanisha03/a11y.git
```
To view, just open the index.html files in each folders on your local browser to have a look at the accessible UI components. It does not require any local server setup.

## Contributing

If you wish to contribute to the blog or want to suggest some new topics/components around a11y, you are welcome to raise issues [here](https://github.com/tanisha03/a11y/issues) and I would be more than happy to resolve them. PRs are also welcome.