A simple wordle game for passwords. Uses React and Tailwind. Tested with Vitest.
A live demo is online at https://passwordle.patrickconti.fr/
npm install
npm run dev
npm run test
npm run coverage
The coverage report will be generated at coverage/index.html
npm run build