I found it difficult to implement the flip card feature.
Also, I think CSS could have been improved, in the cards for an appealing look.
I am awaiting your precious feedback.
Thanks.
I found it difficult to implement the flip card feature.
Also, I think CSS could have been improved, in the cards for an appealing look.
I am awaiting your precious feedback.
Thanks.
I think you should work on mobile version because it is not looking very good. About the flipping card for me was tough too. I could tell my approach. First you should have two upper and two bottom divs for instance. When flip starts you should rotate one of the upper divs 90 degrees on X axis. On the bottom side one of the divs should be initialy rotate 90 deg. And when the animation for the upper part ends you should rotate the bottom div in its initial position which is 0deg. You can check my solution.
Hi, any advice you can give me to keep improving.
You should check if the number of people is 0 or less and display an error message above the input field. It could be done with oninput event which will be triggered every time when the user enter a number in the field.