Access application at: card-verify
The Card Verify app is a React-based tool designed to validate and identify credit card numbers. It simplifies the process of determining whether a card number is valid and accurately detects the card type (Visa, MasterCard, Discover) based on industry-standard patterns.
The app ensures robust validation using the Luhn algorithm, checking for both card type compatibility and number integrity. It features a clean and intuitive interface, real-time feedback on user input, and dynamic updates for detected card types. The app demonstrates best practices in React development, modular architecture, and scalable deployment strategies.
Please check link for the sample credit card numbers.
- ReactJS
- HTML
- CSS
- Clone the repository:
git clone https://github.com/umeshshimpi/card-verify.git
- Install dependencies:
npm install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.