https://github.com/inbrowserapp/uuid.inbrowser.app
🆔 UUID InBrowser.App is a tool to generate and decode UUIDs. Fully runs in your browser, no data is sent to the server. Fast, secure, and offline capable.
https://github.com/inbrowserapp/uuid.inbrowser.app
browser javascript pwa uuid
Last synced: about 2 months ago
JSON representation
🆔 UUID InBrowser.App is a tool to generate and decode UUIDs. Fully runs in your browser, no data is sent to the server. Fast, secure, and offline capable.
- Host: GitHub
- URL: https://github.com/inbrowserapp/uuid.inbrowser.app
- Owner: InBrowserApp
- Created: 2022-12-28T06:59:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T07:23:19.000Z (over 2 years ago)
- Last Synced: 2024-04-24T09:07:06.753Z (about 2 years ago)
- Topics: browser, javascript, pwa, uuid
- Language: Vue
- Homepage: https://uuid.inbrowser.app
- Size: 902 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🆔 UUID InBrowser.App
https://uuid.inbrowser.app
UUID InBrowser.App is a tool to generate and decode UUIDs. Fully runs in your browser, no data is sent to the server. Fast, secure, and offline capable.
## ✨ Features
* Everything is processed in your browser. No privacy risk.
* Works without network connection using PWA.
* Works on all modern browsers and devices.
* All files are static. No backend servers needed.
* Generate UUIDs in different formats.
## 🧑💻 Develop
```sh
$ npm run dev # Run Dev Server
$ npm run build # Build to dist/
```