Any reviews are welcome thanks in advance
Latest solutions
Responsive Countdown Timer App with React and TailwindCSS
#react#tailwind-cssSubmitted over 1 year ago
Latest comments
- @Imoyemi-1What specific areas of your project would you like help with?@mitkokazakov
May be is an good option to save the states, choices and input data in local storage and when refresh or go back to the previous page data to be saved
- @Kauannyalencar@mitkokazakov
When I try to enter my phone in phone input field it always shows me an error and can't moving forward. I think the problem is in the regex expression.
- @f4ayush@mitkokazakov
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.
Marked as helpful - @don-franklito@mitkokazakov
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.
Marked as helpful