This project was developed following the course of @rockeatseat Accessibility with ReactJS 💡
ℹ The objective of this project is to work on the issue of accessibility in the development of projects, ensuring access to all audiences (speech, visual, auditory, cognitive, neurological or physical impaired, who must be able to understand, navigate and interact and contribute with the web).
to have an experience of what was dealt with in the project, try to visualize using some of the tools below, or of the same genre
ℹ It is worth remembering that tools are not enough to deal with accessibility, it is necessary to imagine real scenarios such as: being without a device, vision problems, among other contents that you can learn more about at W3, the tip is always to seek inspiration in large projects that already have these themes already addressed and running in production
These instructions will allow you to get a working copy of the project onto your local machine for development and testing purposes.
git clone -b develop https://github.com/joaopelisson/NextJS_WebAccessibility.git
After cloning run the command:
npm install
#or
yarn install
To start the development server:
npm run dev
# or
yarn dev