Add a11y checklist

This commit is contained in:
Charles-Axel Dein 2022-05-30 09:19:32 +02:00
parent 723cbb2c69
commit e08fe2e30b
No known key found for this signature in database
GPG Key ID: 64C00027F3375D70
2 changed files with 2 additions and 0 deletions

View File

@ -1469,6 +1469,7 @@ More specific topics:
- [Client-Side Architecture Basics](https://khalilstemmler.com/articles/client-side-architecture/introduction/)
- 🧰 [codingknite/frontend-development](https://github.com/codingknite/frontend-development): a list of resources for frontend development
- [136 facts every web dev should know](https://www.baldurbjarnason.com/2021/100-things-every-web-developer-should-know/)
- [Checklist - The A11Y Project](https://www.a11yproject.com/checklist/) for accessibility
### Writing (communication, blogging)

View File

@ -60,3 +60,4 @@ Image from https://github.com/kamranahmedse/developer-roadmap
## Other resources
- [leonardomso/33-js-concepts](https://github.com/leonardomso/33-js-concepts): 33 JavaScript concepts every developer should know.
- [The Modern JavaScript Tutorial](https://javascript.info/)