A simple React app that draws cards from the Deck of Cards API and displays them using CSS animation. Check out the demo: https://react-deck-of-cards.netlify.com/
Download source code from this repository
Install required npm libraries: npm install
Start WebPack: npm start
To run Jest tests: npm test