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 installThen to run in development mode
npm run devTo Build for production run
npm run build