Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 556 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 556 Bytes

Summary

A simple application that can accept a credit card input and check if it is valid using the Luhn checksum algorithm

Getting Started

Run the development server:

npm run dev

Open http://localhost:3000

Tests

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.