Self Directed Project#1 - Flip Cards

Last night I decided to try my first self directed project.

I wanted to learn how to flip cards like in a quiz game.

This project is by the way what made me stop trusting Chat GPT.

I went and asked for some coding help because I did not know how to flip cards in CSS.

It gave me some initiatl code and advised me that I would need a bit of Java.

There were three cards with three choices. Then a bottom card that flips over with the right answer.

Getting the bottom card to align with the other three cards resulted in about two hours of wastage that I will never get back.

Then I remembered that I had done a class project that was similar minus the java.

I was able to recreate something that looks good by modifying the class project to suit what I wanted to do. 3 choices and an answer that flips over.

This story has a part two. Because it resulted in me learning a new skill.