Skip to content

BarnikRay/qr-code-generator

Repository files navigation

Qr Code Generator

MIT license

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.

Sample Images

Desktop Samples

Desktop Sample 1 Desktop Sample 2


Mobile Samples

Mobile Sample 1 Mobile Sample 2

Run locally

  • 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 to http://localhost:4200/ in your browser

Issues/Contributions

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 😃.