Skip to content

Pay app that validates a credit card number using the Luhn Algorithm

Notifications You must be signed in to change notification settings

Jo-IE/payment-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pay App

This is a simple pay app that validates credit card numbers using the Luhn Algorithm. As the user types, the input is masked using plain javascript. The cursor automatically tabs to the next input field as the user types and on submit, incorrect inputs are simply struck out in the UI. This challenge was done as part of the Google Certification Scholarship program.

To install:

  1. Download or clone this repository using git clone.

  2. run npm install to install Express.

  3. run npm start to run the server.

demo gif

About

Pay app that validates a credit card number using the Luhn Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published