https://github.com/thawkin3/a11y-card-components
This project is meant to teach software engineers how to create accessible card components in React. It includes good examples and bad examples.
https://github.com/thawkin3/a11y-card-components
a11y accessibility demo react tutorial workshop
Last synced: 2 months ago
JSON representation
This project is meant to teach software engineers how to create accessible card components in React. It includes good examples and bad examples.
- Host: GitHub
- URL: https://github.com/thawkin3/a11y-card-components
- Owner: thawkin3
- Created: 2021-08-25T16:38:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T04:41:29.000Z (over 4 years ago)
- Last Synced: 2025-01-26T06:44:48.798Z (over 1 year ago)
- Topics: a11y, accessibility, demo, react, tutorial, workshop
- Language: JavaScript
- Homepage: http://tylerhawkins.info/a11y-card-components/build/
- Size: 420 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accessible Card Components
This project is meant to teach software engineers how to create accessible card components in React. It includes good examples and bad examples.
You can visit the demo app here: http://tylerhawkins.info/a11y-card-components/build/
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
- `build`: Builds the app
- `eject`: Ejects the app from using react-scripts
- `format`: Formats the code using Prettier
- `format-watch`: Formats the code using Prettier in watch mode
- `start`: Starts the app in development mode
- `test`: Runs the tests in watch mode
## Resources
- [Inclusive Components - Cards](https://inclusive-components.design/cards/)