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.
To run this application first install npm
dependencies.
npm install
Then to run in development mode
npm run dev
To Build for production run
npm run build