Skip to content

Y-AH/Civil-ID-Generator-1

Repository files navigation

Civil ID Generator

Generates civil id based on enter Date of birth.

This project is intended to be used for testing applications which requires civil id without the need to get an actual civil id.

Live Demo.

Run Application

To run this application first install npm dependencies.

npm install

Then to run in development mode

npm run dev

Production build

To Build for production run

npm run build