Simple memory game written in React. Used as a practice project.
This project uses PNPM and Node.js v16.x. Please install them if you don't have them already installed.
- Install dependencies
pnpm install
- Run dev server
pnpm run dev
This project is licensed under the MIT License - see the LICENSE file for details