Skip to content

Tutorial for Web Accessibility, with interactive sections, code examples and quizzes.

Notifications You must be signed in to change notification settings

joayo13/w3bdojo

Repository files navigation

W3b Dojo

Overview

W3b Dojo is an interactive tutorial designed to teach the essentials of Web Accessibility, focusing on ARIA (Accessible Rich Internet Applications) principles. It includes sections on roles, states, properties, and focus management, offering a hands-on approach to learning accessibility practices.

Contributing

We welcome contributions to improve the tutorial! Whether it's fixing bugs, adding new features, or improving the content, your help is highly appreciated.

How to Contribute

  1. Fork the repository Click the "Fork" button at the top-right of the repository page to create your own copy of the project.

  2. Clone your fork Clone your fork to your local machine:

    git clone https://github.com/joayo13/W.A.I.T.git
  3. Set up the development environment Install the dependencies:

    npm install
  4. Create a new branch Create a new branch for your changes:

    git checkout -b your-branch-name
  5. Make your changes Edit the relevant files. If you're adding new content or making updates, please ensure they align with the existing structure and style of the tutorial. For new features, write clear and concise documentation.

  6. Test your changes Ensure everything works as expected. If you're working on a section of the tutorial, interact with it to verify accuracy and functionality.

  7. Commit your changes Add and commit your changes:

    git add .
    git commit -m "Describe your changes"
  8. Push your changes Push your changes to your fork:

    git push origin your-branch-name
  9. Create a pull request Open a pull request (PR) to the main repository. Provide a clear description of what your changes include and any relevant context.

Code of Conduct

Please be respectful and considerate of others. We are working together to build a better, more inclusive project. Be kind, constructive, and open to feedback.

Reporting Issues

If you encounter any bugs or have suggestions, please open an issue in the Issues section of the repository. Provide as much detail as possible, including steps to reproduce any bugs, so we can address them effectively.

About

Tutorial for Web Accessibility, with interactive sections, code examples and quizzes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published