Description | Requirements | Technologies | Usage
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).
- React
- NextJs 14
- Typescript
- Axe Core
- Eslint
- eslint-config-next
You can clone it on your pc using the command:
git clone https://github.com/Lissone/react-a11y.git
cd react-a11y
Install dependencies using:
pnpm install
#or
npm install
Run application:
pnpm dev
#or
npm run dev
Distributed under the MIT License. See LICENSE
for more information.