Skip to content

Hesam0x47/credit-card-input-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit card input form

This project is a simple credit card input form

Online demo link:

https://credit-card-input-form.herokuapp.com

Assumptions:

  • Client-Server connection is websocket.
  • If the last digit of the card is ‘5’ then the result is always failure, otherwise success.

How to run:

  1. To make sure that we have a bundled application, lets build our code:
make BuildUI
  1. In one terminal Run UI code:
make RunUIProduction

3.Then in another terminal run a simple nodejs websocket server:

make RunServer

About

This project is a simple credit card input form using React, demo: https://credit-card-input-form.herokuapp.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published