Web accessibility (also referred to as a11y) is the design and creation of websites that everyone can use. Accessibility support is necessary to allow assistive technology to interpret web pages.
Accessibility is an essential aspect in web development, yet often neglected.
As web developers, we can eliminate barriers restricting a person's ability to interact with our application.
Erin Doyle is an expert in creating accessible React applications and has developed a course that will give you a concrete process for auditing react apps for accessibility.
At the end of this course, you will be able to add auditing tools to your development workflow for accessibility issues in your applications and ultimately automate those audits.
jest-axe
and ReactDOMjest-axe
, enzyme, react-testing-library, cypressThis is a great follow-up course to keep learning how to test accessibility on your applications. With this course, you'll have a jump start on auditing and fixing accessibility issues in your applications and gain a better understanding of your target users and how to approach your web app design → Develop Accessible Web Apps with React
This course will introduce you to accessibility through hands-on, technical examples that are way more effective than reading 10-year-old static web content → Start Building Accessible Web Applications Today
In this course and you will learn how to create a beautiful and pleasant Skeleton Loader for your web app using CSS animations, focusing on Web Accessibility and Web Semantic → Creating Accessible Skeleton Loader Animation from Scratch with HTML and CSS
Nice content. Can not wait to start using this in my projects
A great overview with an introduction to new tools. Even if you don't use React, don't sleep on this!
Very clear and to the point. Provides explanations and examples for the most popular testing frameworks.
This has a great set of accessibility audits and CI tools that you can integrate into your application at your own pace. Definitely using this in some of my current projects!
Nice, compact and concise training.
It's so direct and clear. I wouldn't like more
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.