https://github.com/snowdogapps/a11y-space
https://github.com/snowdogapps/a11y-space
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/snowdogapps/a11y-space
- Owner: SnowdogApps
- Created: 2023-05-16T21:36:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T09:49:36.000Z (over 1 year ago)
- Last Synced: 2025-04-12T21:58:34.896Z (16 days ago)
- Language: Astro
- Homepage: https://a11y-space.vercel.app
- Size: 6.04 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A11y space
This is an accessibility workspace.
Build with [Astro](https://astro.build/) web framework and [tailwindcss](https://tailwindcss.com/)You find here basic accessible solutions and components.
You can check accessibility improvements step by step by reviewing [commits on `master` branch](https://github.com/SnowdogApps/a11y-space/commits/master)
Check out deployment of the project and test it by yourself.
To compare changes in browser, checkout initial state of the project: in the repo and in the browser.
## Installation
*Requirements:*
Nodejs v18.12.1
Pnpm v8.2.0Install dependencies: `pnpm install`
## Usage
Run development env: `pnpm dev`
Build for production: `pnpm build`
Production preview: `pnpm preview`
## Accessibility
In a project you will find accessibility features:
* Page structure & semantic HTML elements
* Focus management
* Card component
* Modal component
* Tabs component## Theory in support
If you need theoretical support, you can check slides with basics and docs links:
[English version](https://a11y-workshops-pres-en.vercel.app/)
[Polish version](https://a11y-workshops-pres-pl.vercel.app/)
## Contribution
Feel free to contribute! Create pull requests with new components, fixes and enhancement.
Have fun with A11y!