Interactive card details form
This challenge has been offered by Frontendmentor.io. The challlenge is to build out a payment card details form with all the necessary validations, and styling.
Technologies used in this challenge
- Html, Css, Reactjs
Things I have learned
- How to create custom re-usable input.
- How to write custom input validation.
- I got better understanding on how to leverage regular expressions in Javascript to empower input validation.