peteretelej / guid-generator

GUID generator is a web app that generates GUIDs right in your browser, with copy and advanced customization options.

Home Page:https://peteretelej.github.io/guid-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

guid generator

A powerful user-friendly GUID generator and validator.

Features

  • Multiple GUID formats: UUID v1, v3, v4, and v5
  • Guides for generating GUIDs in different programming languages
    • PHP
    • C#
    • Go
  • Bulk generation of GUIDs
  • Copy to clipboard functionality
  • Export GUIDs in plain text, JSON, CSV, and XML formats
  • Customization options (braces, hyphens, uppercase, lowercase)
  • Namespace and name input for UUID v3 and v5
  • QR code generation for GUIDs
  • History of generated GUIDs with search and filtering options
  • Dark mode theme
  • Responsive design for mobile and tablet devices
  • Validate GUIDs

Usage

Visit the web app at . Customize the options as needed, and generate GUIDs in bulk or individually. You can copy GUIDs to the clipboard, export them, or generate QR codes as required. The app also maintains a history of generated GUIDs for reference.

Developer Setup

Clone the repository

git clone https://github.com/peteretelej/guid-generator.git

Change the directory to the project folder:

cd guid-generator

Install the dependencies (use your choice of package manager - npm, yarn, pnpm etc):

pnpm install

Start the development server:

pnpm dev

The app will now be running on http://localhost:3000

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

GUID generator is a web app that generates GUIDs right in your browser, with copy and advanced customization options.

https://peteretelej.github.io/guid-generator/

License:MIT License


Languages

Language:TypeScript 60.0%Language:Astro 37.5%Language:JavaScript 2.5%