Based on Luhn algorithm.
Takes in a credit card number from a common credit card vendor (Visa, MasterCard, American Express, Discoverer) and validates it to make sure that it is a valid number (look into how credit cards use a checksum).
This is the entry point of the application.
Validates credit card entry.
Bootstrap file for html layout.
Font Awesome file for html layout.
Bootstrap file for dynamic html layout.
JQuery file for dynamic layout and AJAX support.