Deck of cards application created using HTML, CSS and React.
The application is also live HERE.
This project was created using React Create App with CSS.
To run the project on your machine use npm start for a dev server. Navigate to http://localhost:3000/.
- Shuffle deck of cards multiple times
- Draw any number of cards from the deck
- Sort drawn cards ascendent, descendent, by suit (clubs, spades, hearts, diamonds) and by value (Ace is high)
- Shuffle deck of cards
- Draw any number of cards
- Sort drawn cards