Hello! Just finished my Mixed Messages project and would love to receive some feedback. My project consists of a script that randomly selects a card out of 15 options. With that card, it randomly selects 2 out of 4 potential card readings to simulate authenticity. To run the code simply download the script and run it with Node.js.
The project prompt was relatively simple but it took me longer than it should have since I decided to store so much information within the tarot card objects. Roughly estimating, I would say that it took me 2 hours with most of that time spent copying the tarot card readings from a website cited in the script and README.md. I would love to know if there is a simpler way to store the tarot card meanings. Thank you for your time.