Design comparison
SolutionDesign
Solution retrospective
have a lot of fun with this, have a little issue with the card number input, i know i can improve the regex for the spaces, but overall the project works, any feedback or how can i improve is welcome :)
Community feedback
- @michaelr47Posted over 1 year ago
Hello AtlasKaplan! Just a few suggestions to keep in mind, the form lets me submit it without the correct length of characters in the card number, expiration and cvc input fields. Trying adding for example,
if (cardNumber.length !== 16)
and so on with the other two input fields. Other than that, good job!Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord