Alright! But before that... you may check it out here, here, and here.
QR-Gen-R generates a QR code from a URL or string text of your desire. This may be downloaded by right clicking on the image and saving it (a button for this will be added).
I used the Svelte framework to build the app, and the goqr.me API to generate the QR codes. Check it out here: https://goqr.me/api/.
If you want to run it on your own, clone this repo into your machine and install the necessary dependencies by inputting the following code in the command line while in your cloned version:
npm install
When that's done, input the following code and you're all good:
npm run dev
The resources used, from custom fonts to background images and svg icons, are for personal use. All rights and credit go directly to its rightful owners.
Good luck!