Skip to content

umeshshimpi/card-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit card verification application

Demo Link:

Access application at: card-verify

Table of Contents:

  1. About The Project
  2. Installation
  3. Getting Started

About The Project

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.

Technologies

  • ReactJS
  • HTML
  • CSS

Screenshots

image

Installation

  1. Clone the repository:
 git clone https://github.com/umeshshimpi/card-verify.git
  1. Install dependencies:
 npm install

Getting Started

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

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.

About

Credit card verification project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published