Skip to content

kaeuchoa/js-credit-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-credit-card

Simple form to fill out credit card information using plain js and plain css. It implements a data-binding structure to update the model and the view together. Also contains flip animation to card when filling secutiry number on the back of the card.

  • Main view:

Main View

  • Filling the card number:

Card number filling

  • Filling the card holder name:

Card holder filling

  • Filling security number:

Card card holder filling

To visualize:

git clone https://github.com/kaeuchoa/js-credit-card.git 
cd js-credit-card
npm install
node index.js

Then go to your browser and type localhost:8000

About

Simple form using plain css and plain JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published