An Cards App built with React⚛
Deployed App: https://cards-deck.netlify.app/
- Shuffle Deck
- Draw 5 cards at a time
- React.js : v17.0.2
Bootstrapped with create-react-app
- Clone the repo:
$ git clone https://github.com/SurajGupta07/Deck-Of-Cards.git
- On
master
branch:
$ cd Deck-Of-Cards
- Install required node modules:
$ npm install
- Start the dev server:
$ npm start
Open the localhost
link in the browser.
Happy hacking!