Skip to content

niyowski/react-a11y

Repository files navigation

React Accessibility

Nx pnpm Conventional Commits Vite React Tailwind Reveal Storybook Jest Testing Library Playwright Cypress

Accessibility in React.js applications.

Quick Start

# Install the dependencies
pnpm install

# Run the presentation
pnpm prezi:start

# Run the demo application
pnpm demo:start

# Run the storybook
pnpm ui:start

# Commit your changes
pnpm cm

Applications

Presentation

Slide deck.

Demo

Accessibility in React.js applications.

# Run unit tests
# Add `--watch` to run tests in the watch mode
npx nx run demo:test

# Run Cypress e2e tests
# Add `--watch` to run tests via GUI
npx nx run demo:cy

# Run Playwright e2e tests
# Add `--ui` to run tests via GUI
npx nx run demo:pw

Libraries

Demo UI

A design system library for the demo application.

# Run unit tests
# Add `--watch` to run tests in the watch mode
npx nx run ui:test

# Run Cypress e2e tests
# Add `--watch` to run tests via GUI
npx nx run ui:cy

Credits

About

Accessibility in React.js applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published