Skip to content

yguenduez/qr-for-free-webonly

Repository files navigation

QR code generator

Just a small projects, where I can try out dioxus

What is it about

Just a small WebAssemlby compiled dioxus project. It generates a QR code with the qrcode crate.

How to build

This project uses tailwindcss and daisyui.

To install those dependencies:

npm install

Then this projects also needs the dioxus-cli. You can install it with

cargo install dioxus-cli

as well as the webassembly target to compile. You can add this one with

rustup target add wasm32-unknown-unknown

If you installed all those dependencies, you can just start the app with

How to run

./run.sh

This should serve the app at localhost:8080, which you can open with the browser of your choice!

Want to see it live?

Have a look here: qr4free.yguenduez.dev

Have fun rusting around :)

About

qr-for-free-web only - a Dioxus web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published