Skip to content

draganovik/memorandom

Repository files navigation

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.

As seen on: Vue.js Examples

logoMemoRandom

Badges

GPLv3 License Netlify Status

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.

Demo

https://memo.mladen.dev

Acknowledgements