Skip to content

lorenzo774/memory-card

Repository files navigation

memory-card

Tech

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

  1. Clone and install all the dependencies
git clone https://github.com/lorenzo774/memory-card.git
cd memory-card
npm i
  1. Run the app with vite
npm run dev