This is a simple Memory game build with Vue Framework.
This Memory game is a 4x3 card grid system that counts the amount of turns each time user clicks on two cards. The cards are based on matching two images and if two cards match the cards become disabled.
To install the app use yarn install
yarn install
or
npm install
To run the app use
yarn serve
or
npm serve