/react-cards

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

React Shuffle

An example app to display & shuffle cards, made entirely in React & CSS.

Demo: https://react-shuffle.netlify.app

Click on cards to view.

Setup

Requires npm.

Install dependencies:

npm install

Start dev server:

npm dev

Prod build:

npm build

License

GPLv3