This app is a simple memory game where the goal is to match cards after they've all been shown for 5 seconds.
Play the Memory Game online at: https://catuga.github.io/memory/
npm installnpm run devnpm run buildRun Unit Tests with Vitest
npm run test:unitLint with ESLint
npm run lint