Skip to content

Instantly share code, notes, and snippets.

@maxmatthews
Created May 17, 2021 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxmatthews/7ce66406e2006d7be2b9a1c1ce1c6d6d to your computer and use it in GitHub Desktop.
Save maxmatthews/7ce66406e2006d7be2b9a1c1ce1c6d6d to your computer and use it in GitHub Desktop.
const myTarotCards = [
//This is the info for my first deck of cards
{
deck: "Traditional",
categories: [
{
category: "Air",
characteristics: ["whitty", "intellectual", "detached", "sharp"],
},
{
category: "Earth",
characteristics: ["health", "finances", "work", "physical plane"],
},
{
category: "Fire",
characteristics: ["Passion", "Inspiration", "Action", "Energy"],
},
{
category: "Water",
characteristics: ["Emotions", "Flow", "Intuition", "Relationships"],
},
],
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment