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

https://github.com/lissone/react-a11y

NextJs app created following WCAG accessibility principles.
https://github.com/lissone/react-a11y

axe-core eslint nextjs14 radix-ui react typescript

Last synced: 2 months ago
JSON representation

NextJs app created following WCAG accessibility principles.

Awesome Lists containing this project

README

          


React a11y


Description   |   
Requirements   |   
Technologies   |   
Usage





License
Repo size
Top lang
Stars repo
Forks repo
Pull requests
Last commit


Report bug
·
Request feature


## Description

This project was developed using React and NextJs 14 with the primary goal of deepening my understanding of web accessibility by adhering to the principles of the WCAG (Web Content Accessibility Guidelines).

## Requirements

- [Nodejs](https://nodejs.org/en/)
- [Npm](https://www.npmjs.com/)
- [Pnpm](https://pnpm.io)

## Technologies

- React
- NextJs 14
- Typescript
- Axe Core
- Eslint
- eslint-config-next

## Usage

You can clone it on your pc using the command:

```bash
git clone https://github.com/Lissone/react-a11y.git
cd react-a11y
```

Install dependencies using:

```bash
pnpm install
#or
npm install
```

Run application:

```bash
pnpm dev
#or
npm run dev
```

## License

Distributed under the MIT License. See `LICENSE` for more information.


Made with ❤️ by Lissone