This project is an application to show the difficulties users with a disability can encounter using a website.
The user have to navigate on a website to find all the ingredients to do a recipe, facing some simulations of disabilities along the way to complete his list.
First, install the dependencies:
npm install
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
On this project, we use Material-UI as component library to have easy to use and accessible components.
The app is automatically deployed on netlify for each pull request. We can see the deployments on https://app.netlify.com/sites/a11yinyerface/deploys.
The version on the main branch is also deployed on https://a11yinyerface.netlify.app/.