This kata is designed to practice TDD on an accessible way by following the testing-library guidelines.
The goal is to learn testing and accessibility by building test a simple accessible greeting application with testing-librairy.
The application allows you to add entries in your address book and send a customizable greet message to them.
You can refer to https://www.w3.org/WAI/ARIA/apg/patterns/ for accessibity concept.
According to 👉🏼 testing-library recommendation, use as much as possible this priority order while accessing your application :
- Queries Accessible to Everyone
- Semantic Queries HTML5 and ARIA
- (Test IDs) ?

