Cards is a simple 'hello world' style react app that allows you to add/delete text cards. Great to view this repo if you are new to React.js
Clone this repo in your folder of choice and run the command npm i
to install node
modules.
After node modules have installed run the command npm run start
to run the project.