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:
- Filling the card number:
- Filling the card holder name:
- Filling security number:
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