https://github.com/tanisha03/a11y
Accessible UI Components
https://github.com/tanisha03/a11y
Last synced: about 2 months ago
JSON representation
Accessible UI Components
- Host: GitHub
- URL: https://github.com/tanisha03/a11y
- Owner: tanisha03
- Created: 2020-03-08T19:13:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T19:00:10.000Z (about 5 years ago)
- Last Synced: 2025-02-13T04:31:19.490Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 563 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.