Inspired by this article on Medium and by this blog post.
Also, in this project I wanted to use as much ES6 and Vue features as I can. :)
- add game timer and calculate score based on difficulty, time, clicks left
- add save of score to the local storage and display in table //https://github.com/ratiw/vuetable-2 or https://github.com/matfish2/vue-tables-2
- find out how to fix rotation bug on a huge cards set >= 100
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint