Irfan7014 / QRCode-Generator

QR Code Generator to make your own QR Codes

Home Page:https://githubcrce.github.io/QRCode-Generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QRCodez


Generate your own QR Codes and share them!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgements

About The Project

![Screen Shot][product-screenshot]

QR Code is a two-dimensional version of the barcode, typically made up of black and white pixel patterns. Denso Wave, a Japanese subsidiary of the Toyota supplier Denso, developed them for marking components in order to accelerate logistics processes for their automobile production. Now, it has found its way into mobile marketing with the widespread adoption of smartphones. "QR" stands for "Quick Response", which refers to the instant access to the information hidden in the Code.

A list of commonly used resources that I find helpful are listed in the acknowledgements.

Built With

Getting Started

Prerequisites

You need to have any Code Editor installed on your PC. If you do not have you can install from here

Installation

  1. Clone the repo
    git clone https://github.com/githubcrce/QRCode-Generator.git
  2. Install the node module dependencies
    npm install
    
  3. Start the server
    ng serve
    
  4. Visit App at localhost:4200

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

GitHubCRCE - githubcrce@gmail.com

Project Link: Click

Acknowledgements

About

QR Code Generator to make your own QR Codes

https://githubcrce.github.io/QRCode-Generator/

License:MIT License


Languages

Language:TypeScript 53.5%Language:HTML 18.8%Language:CSS 18.0%Language:JavaScript 9.8%