https://github.com/tanisha03/a11y-friendly
A blog advocating web accessibility
https://github.com/tanisha03/a11y-friendly
Last synced: 5 months ago
JSON representation
A blog advocating web accessibility
- Host: GitHub
- URL: https://github.com/tanisha03/a11y-friendly
- Owner: tanisha03
- License: mit
- Created: 2020-03-20T20:30:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:04:37.000Z (over 2 years ago)
- Last Synced: 2024-05-27T22:55:06.299Z (12 months ago)
- Language: JavaScript
- Homepage: https://a11y-friendly.netlify.com/
- Size: 6.09 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# [a11y-friendly](a11y-friendly.netlify.com/)
Accessibility or a11y is Web Inclusion, it is the practice to develop 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.
## About the Blog
This blog is my attempt at advocating accessibility to every developer and inculcate this practice. I am no expert in this field rather it is just an honest attempt. I call out to every web developer enthusiast to exercise this and promote accessibility. The blog just includes some posts and code snippets on topics revolving around a11y. To refer to codes of accessible UI components in pure HTML, CSS and Javascript, visit [here](https://github.com/tanisha03/a11y) .
## Local setup
Clone the repository in the desired directory using the command
```
git clone https://github.com/tanisha03/a11y-friendly.git
```Install all the required dependencies using
```
npm install
```To view it in the the local system, just use the command
```
gatsby develop
```The blog will be up on [localhost:8000](http://localhost:8000/) . Alternatively you can also visit the hosted website [here](https://a11y-friendly.netlify.com/) .
## Contributing
If you wish to contribute to the blog or want to suggest some new topics around a11y, you are welcome to raise issues [here](https://github.com/tanisha03/a11y-friendly/issues) and I would be more than happy to resolve them. PRs are also welcome.