Credit Card Checker Angular
Desenvolvedor
Chat público
Detalhes do produto
How to Use:
Running the application:
Download the Credit Card Checker application and use the following commands in you terminal to install the NodeJS dependencies and run the application:
$ cd CreditCardChecker
$ npm install
$ npm start
Test the application
There are tests integrated in the application, written using Karma library. To run the test simply run the following command:
$ ng test
Credit Card Checker Angular Enter a Credit Card number in the input field to check the validity and issuer informations. The analyse will be done in realtime. How to Use: Running the application:
Download the Credit Card Checker application and use the following commands in you terminal to install the NodeJS dependencies and run the application:
cd CreditCardChecker
npm install
npm start
Test the application
There are tests integrated in the application, written using Karma library. To run the test simply run the following command:
ng test
Árvore de arquivos
-
📁 Credit Card Checker Angular