A simple application that can accept a credit card input and check if it is valid using the Luhn checksum algorithm
Run the development server:
npm run dev
A simple test suite for the Luhn checksum implementation has been included using Jest. To run:
npm test
This project uses Next.js and was bootstrapped with create-next-app
.