This project is a credit card number validator that uses the Luhn algorithm to check validity and detects the card type (e.g., Visa, Mastercard) using pattern matching.
javascript frontenddevelopment developertools jsproject creditcardvalidator inputvalidation luhnalgorithm cardtypedetection
-
Updated
May 26, 2025 - HTML