AntoniosBarotsis / qr-rs

A simple server+cli that generates QR Codes and overlays a logo on top of them.
https://antoniosbarotsis.github.io/qr-rs/
GNU General Public License v3.0
6 stars 0 forks source link

Create a frontend website #6

Open AntoniosBarotsis opened 1 year ago

AntoniosBarotsis commented 1 year ago

A website would be useful for the project. We could build it in something like Leptos or try and compile to WASM and call it from a JavaScript project using more conventional frameworks.

The WASM approach seems to be surprisingly easy so we might want to look into that.

Help is wanted for this as I have practically no experience building UIs!

This is blocked by #4 due to some structural changes involved.