A web application that will display face up cards in a grid pattern. Clicking on a card will flip it face down. Use this to keep track of available cards in trick taking games.
Input an upper bound input to restrict the grid to cards of higher value, for example Ace through 10.
CSS provided by CSS-Playing-Cards
Written in Vue.
yarn install
yarn serve
yarn build
yarn lint