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.
- Host: GitHub
- URL: https://github.com/lissone/react-a11y
- Owner: Lissone
- Created: 2024-07-16T01:36:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T22:11:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T12:20:50.293Z (over 1 year ago)
- Topics: axe-core, eslint, nextjs14, radix-ui, react, typescript
- Language: CSS
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React a11y
Description |
Requirements |
Technologies |
Usage
## 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