/Deck-of-cards

Deck of cards application created using HTML, CSS and React.

Primary LanguageJavaScript

Deck of cards app

Deck of cards application created using HTML, CSS and React.

Development

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/.

Features

  • 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)

Screenshots

  • Shuffle deck of cards

Shuffle

  • Draw any number of cards

Draw

  • Sort drawn cards

Sort