This project generates random South African ID numbers using the Luhn algorithm for validation. It is built with React, TypeScript, and Vite, providing a fast and modern development experience.
- Generates valid RSA ID numbers
- Uses the Luhn algorithm for checksum validation
- Built with React + TypeScript + Vite for rapid development
- Hot Module Replacement (HMR) for efficient development workflow
- Install dependencies:
npm i- Run the development server:
npm run dev- Build for production:
npm run buildThe generator creates a random RSA ID number and applies the Luhn algorithm to ensure the ID is valid according to South African standards.
Feel free to contribute or open issues to improve the project!