Create a mini gane where clicking the button generate several hand cards. Please be sure to fork this repo, remove these and instruction and validate your code.
- a hand has seven cards
- the winner of the game will be by the amount of pairs a hand has
- each "deal" will create a brand new "game" with new hands
- display those hands
- mark each hand "pais" with proper border. Be sure to that diff pairs has diff borders
- game has two hands by default
- organized code
- option to add ore had to the game (and remove)
- tests