Customer files organizer using Vite/React & Go WASM. https://organizrr.innopeak.ch
Go to file
RaviAnand Mohabir dc75582bec
Some checks failed
continuous-integration/drone/push Build is failing
feat: display model loading progress
2025-04-04 15:57:49 +02:00
.vscode chore: 🔧 add wasm build vscode task 2025-03-25 18:37:46 +01:00
deploy ci: 💚 fix naming of kubernetes metadata 2025-03-25 18:24:48 +01:00
public feat: add Vite PWA plugin and configure icons/meta/manifest 2025-04-04 15:57:37 +02:00
src feat: display model loading progress 2025-04-04 15:57:49 +02:00
.dockerignore ci: 👷 add dockerfile and drone build pipeline 2025-03-25 18:14:37 +01:00
.drone.yml ci: 👷 add terraform deploy module and drone deploy pipelines 2025-03-25 18:21:23 +01:00
.gitignore chore: 🙈 add Node.gitignore with entries for go wasm output files 2025-03-25 18:17:41 +01:00
Dockerfile ci: 👷 add dockerfile and drone build pipeline 2025-03-25 18:14:37 +01:00
go.mod feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
go.sum feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
index.html feat: add Vite PWA plugin and configure icons/meta/manifest 2025-04-04 15:57:37 +02:00
main.go fix: 🐛 disable config loading to allow pdfcpu usage in web 2025-03-25 18:37:21 +01:00
package-lock.json feat: add Vite PWA plugin and configure icons/meta/manifest 2025-04-04 15:57:37 +02:00
package.json feat: add Vite PWA plugin and configure icons/meta/manifest 2025-04-04 15:57:37 +02:00
package.json.md5 feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
postcss.config.js feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
tsconfig.json feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
tsconfig.node.json feat: 🎉 implement web-based files organizer with Go wasm bindings 2025-03-25 18:10:10 +01:00
vite.config.ts feat: add Vite PWA plugin and configure icons/meta/manifest 2025-04-04 15:57:37 +02:00