Skip to content

natalie-hunt/credit-card-validator

Repository files navigation

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.

About

Case study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published