This is a simple web application built with React and Node.js (Express) that allows you to validate credit card numbers using the Luhn algorithm.
- Node.js and npm should be installed on your machine.
-
Clone this repository to your local machine:
git clone https://github.com/yourusername/credit-card-validation-app.git // Not applicable as of now OR
-
Unzip app to local machine and open it on visual studio code
-
Npm Install on both apps i.e. "credit-card-validation-ui" and "credit-card-validation-service" with 'npm i'
-
Run both apps with 'npm start'