Skip to content

This is a project which helps user to check if their card details they entered is valid or not. Basic motive behind this project is to warn user if they by mistakenly entered a wrong card number before checkout. The program consists of the graphical user interface, solver, and valid generator; implemented using HTML, CSS, and JavaScript. The val…

Notifications You must be signed in to change notification settings

harshsinghreal/CardValidator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ATM Card Validator & Generator

This is a project which helps user to check if their card details they entered is valid or not. Basic motive behind this project is to warn user if they by mistakenly entered a wrong card number before checkout.

The program consists of the graphical user interface, solver, and valid generator; implemented using HTML, CSS, and JavaScript. The validator and generator are implemented using an efficient algorithm.

The validator checks weather the entered card number entered by the user is valid or not if it is a valid card then it tells you about the card type (ex. Visa, MasterCard, etc.). Generator helps in generating a valid credit card number which can be then cross check by the validator. This technical report identifies all features and lists out the functionalities and working environment in which the card validator & generator can be executed. This project gives an insight into the different aspects of web development essentials.

You can check the live site from here https://harshsinghreal.github.io/CardValidator/

SCREENSHOT

atm validator and generator

atm 2

atm 3

About

This is a project which helps user to check if their card details they entered is valid or not. Basic motive behind this project is to warn user if they by mistakenly entered a wrong card number before checkout. The program consists of the graphical user interface, solver, and valid generator; implemented using HTML, CSS, and JavaScript. The val…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published