Jamie Foster

Tarot Blog Project




Soft Skills
When first learning, I was challenged to make a simple blog-style page about any topic. It had to include some user input that triggered an event that would respond differently based on the user's input.

I decided to do a tarot themed page since the options for different responses would be plenty (without having to write much original content myself), and any user at any time could have different combinations, thus allowing for dynamic if/else statements.

One thing I could improve: I wanted to give the card a flipping animation when the response event was triggered. I was able to find a css transition that would work but I couldn't figure out how to implement it to animate when the inner HTML was changed, instead of an onClick.