This is a utility website dedicated to generating QR Codes. You can explore it here: QR Code Generator.
TODO: Add a screenshot of the final designs here.
Please note that I did not create the utility used to generate the codes. The QR code generation is handled by the awesome qrcode library. If you're working with QR Codes in JavaScript, definitely check it out. This project aims to provide a user-friendly interface to simplify the code generation process.
This project is still in development. You can check out the issues tab to see the features planned for future releases.
I'm using solid-ui as my components library and solid-icons Heroicons
to get the icons in the src/components/icons
folder.
As mentioned before, I'm using qrcode for generating the codes. It provides a flexible yet powerful API that works on both the browser and server. It's also quite small at 24.1kb when minified.
- Clone the project
git clone git@github.com:julio-salas03/qr-codes.git
- Install the dependencies
Preferably you'll want to use bun
to install the dependencies, as that's the package manager I'm using, but you can use any other one you want. See how to install it here.
bun install
- Run the development server
bun run dev