Memory card game made with React
memory-card
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).
Example
Installation
- 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