Memory card game made with react, typescript and scss.
This is a project made for "The Odin project" lesson: memory-card
The images are AI generated (CC0 license).
- Clone and install all the dependencies
git clone https://github.com/lorenzo774/memory-card.git
cd memory-card
npm i
- Run the app with vite
npm run dev