memory-card-game/ ├── index.html # Main HTML file (entry point) ├── src/ # Source code │ ├── main.js # Application entry point │ ├── styles.css # CSS with responsive design and animations │ ├── ...
A fully accessible, responsive memory card matching game built with vanilla JavaScript. Features three difficulty levels, scoring system, timer, and WCAG 2.1 AA compliance.