Infinity React Card
A Card component built with React and displayed using infinity-react-cards
Can be used to display items on an e-commerce site, with placeholder buttons for favouriting,
sharing and starring

Installation and setup
git clone git@github.com:subeshb1/infinity-react-cards.git
cd ./infinity-react-cards
npm i
npm run storybook
Tests
npm run test
Contributing
- Fork (https://github.com/subeshb1/infinity-react-cards)
- Create your feature branch (
git checkout -b feature/myNewFeature)
- Commit your changes (
git commit -am 'Add new feature')
- Push to the branch (
git push origin feature/myNewFeature)
- Create a new Pull Request