QRizer is a web application that lets you create your own, and customized QR codes.
This is the actual customization range:
- Encode a website URL or any other text.
- Foreground color.
- Background color.
- Line style (Squares or Dots).
- Custom logo image.
- Error correction level.
- Quiet zone.
- QR code size.
The QR code is generated instantly after any change in the customization and it can be downloaded as a PNG file.
The steps that have to be followed in order to create the code are quite simple:
- Enter the website URL (or any text) you want to encode.
- Customize your code based on your needs.
- Press download... and that is it! 🎉
In order to deploy this web application locally:
- Clone this repository:
git clone https://github.com/manlopdev/QRizer.git
- Enter the root folder:
cd QRizer
- Install all the dependencies:
npm install
- Run the project:
npm run dev
- Access
http://localhost:3000/