Card Generator

React Hooks and State
  • Create a react project displaying two buttons on top right   and  .
  • On Click of Add button a Card with 2px solid border should display on the screen with its serial number in the center.
  • There should be 4 cards in a row in large screen and 2 in mobile view.
  • On Click of clear all cards should disapper.

Add your Link