pankaj-pant / card-shuffler

Fetching cards from a shuffled deck (deckofcardsapi.com). View the app here -> https://card-dealer-5e707.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Card Shuffler

A simple React app which deals cards one at a time. Cards are fetched from a shuffled deck (deckofcardsapi.com)

Quick start

  1. Clone the repo.
  2. Install and build app.
  3. Run the app.

1. Clone the repo

Clone the card-shuffler repository locally. In a terminal, run:

$ git clone https://github.com/pankaj-pant/card-shuffler.git
$ cd card-shuffler

2. Install and build app

To install the dependencies and build a production version of the app, run the commands:

$ npm install
$ npm run build

3. Run the app

This command serves the app at http://localhost:8080/

$ npm start

License

MIT

About

Fetching cards from a shuffled deck (deckofcardsapi.com). View the app here -> https://card-dealer-5e707.web.app/


Languages

Language:JavaScript 74.4%Language:HTML 14.7%Language:CSS 10.8%