A card game in which cards are laid face down on a surface and cards are flipped face up over each turn
MemoRandom – Halloween 2021 DressCode.ing Challenge
MemoRandom is a card game in which cards are laid face down on a surface and cards are flipped face up over each turn. The object of the game is to turn over pairs of matching cards.
Badges
Tech Stack
- Vite.js + Vue.js
- VueRouter
- Vuex
- TailwindCSS
Screenshots
Installation
Install dependencies with npm
npm install
Run Locally
Serve with hot reload at localhost:3000
npm run dev
Deployment
Generate static project files
npm run build
Recommended IDE Setup
Note
This project uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.