An angularjs application to create your own card by writing your name and generating by the application then you can download the image.
run the command below to install dependencies.
npm install
you can run application via
ng serve
or you can make a build for production.
ng build prod
or make a build with PWA
npm run pwa