An app built with React and D3 that generates random Cards Against Humanity cards and places them in a venn diagram.
Where do I get the cards from? JSON Against Humanity
How did I create the venn diagram? Ben Frederickson's venn.js library
- Clone down this repo
- At the root of the project, run
npm install
- In your terminal, type
npm start
Note: if you want to make a production build of this project, type npm run build
. This will create a folder called build with all the minified code you need.
- In your terminal, type
npm run deploy