CARD DECK

a front-end task for Drivvn. This task was completed using React JS, CSS, Jest, React Testing Library and Howler

Installation

To set up the project, follow these steps:

Git clone https://github.com/mhizsean/Card-deck.git.
cd project-folder

npm install

Start the development server

npm start
or
yarn start

Run Test

npm run test
or
yarn test