narcisabadea / Deck-of-cards

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

Home Page:https://deckofcards.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://deckofcards.netlify.app/


Languages

Language:JavaScript 75.3%Language:CSS 15.1%Language:HTML 9.6%