React Card Drawing App

A simple react app to practice fetching data from APIs.

Here's how it looks

Screenshot (9)

Instructions to install

  1. Clone the repo
git clone https://github.com/iamr-kumar/React-Card-Drawer.git
  1. Install NPM packages
npm install
  1. Run start script
npm start