This project is the 6th project of OpenClassrooms JavaScript - React Developer Program.
The objective is to improve the accessibility of a legacy project. It implies that the website will be complied with the WCAG.
🔼 Back to the Table of Contents
Here is the stack used in the project :
🔼 Back to the Table of Contents
To start the website, do the following :
- Open a terminal
- Place yourself in the project folder
- Run
npm i
to install the project dependencies - Then, run
npm run dev
to start Fisheye website
🎉 Vite will open the project in a browser tab !
🔼 Back to the Table of Contents
To run ESLint, follow the steps :
- Open a terminal
- Place yourself in the project with
cd ./oc-p6-fisheye
- Run
npm run eslint
command
🎉 ESLint will check .js, .css & .html
files but ignores node_modules/
!
🔼 Back to the Table of Contents
To check the accessibility of the project, run the following command npm run pa11y [paste the URL to check]
.
🎉 Congrats ! You checked the website accessibility !