This is a simple QR code generator built with Angular 7.3.4.
You can generate QR codes for free under 5 different categories namely URL, Plain Text, SMS, Email and vCard.
The QR codes generated can also be customised with different colors.
- Install npm globally if not present
- Clone the repository into your local machine
- Run npm install inside the base directory in your local machine
- To start a dev server run
ng serve
and navigate tohttp://localhost:4200/
in your browser
If you want to report an issue please raise an issue in the repo.
If you want to contribute in any way, do raise a PR into develop 😃.