Sample application for creating coupons using Luhn Algorithm. In this project, Luhn Algorithm was used to understand that coupon codes were generated by the system. The Luhn Algorithm (modulus 10 algorithm or Luhn formula) is simple checksum formula.
- Language: TypeScript
- Support prefix
- Support all numbers, alphabets
- Support different lengths
- Support validation of algorithm using Luhn Algorithm
First, you need to install dependencies.
npm install
npm run build
npm run dev
You can check output in your console terminal.
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This project is under MIT license.

