I was inspired the mechanical genies at old-fashioned carnivals for the Mixed Messages challenge project and designed an app that allows the user to request randomly select a Tarot card from 15 cards from the major Arcada.
The next link reveals the card, as it would appear in an uncollapsed (modified bootstrap) accordion. The user can then vew their fortunes/warnings - excluding most of the negative stuff - by hovering over the card. After a brief pause, the card does a 180 transition and the message as it would appear on the back of the card. I wanted to work with JSON and javascript fetch apis and data; so all the tarot-related information sits in a separate JSON file. I import and randomize it using a fetch api. I plan to make some minor asthetic changes in the next couple of days. But the project looks fine and it should meet all requirements. I would greatly appreciate any sincere feedback.
Thank you for any and all constructive feedback.