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

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.

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/)