Skip to content

Simple web application that allows users to generate UUIDs of different versions and download them as a text file

License

Notifications You must be signed in to change notification settings

ThatSINEWAVE/UUID-Generator

Repository files navigation

The UUID Generator is a simple web application that allows users to generate UUIDs of different versions and download them as a text file. The app features an intuitive UI and is styled for a dark theme.

UUID-Generator

Features

  • Generate up to 100 UUIDs at a time
  • Select UUID version (v1, v4, Timestamp-First)
  • Download generated UUIDs as a .txt file
  • Responsive and user-friendly design

Installation & Usage

  1. Clone or download this repository:
    git clone https://github.com/yourusername/UUID-Generator.git
  2. Open the index.html file in any modern web browser.
  3. Select the desired UUID version and number of UUIDs.
  4. Click "Generate UUIDs" to display UUIDs.
  5. Click "Download as TXT" to save the generated UUIDs.

File Structure

UUID-Generator/
│── index.html       # Main structure of the app
│── styles.css       # Styling and layout
│── script.js        # JavaScript logic for UUID generation & download
└── site-data/       # Contains favicon and manifest files

API Reference

This project uses UUIDTools API for UUID generation:

  • https://www.uuidtools.com/api/generate/{version}/count/{count}

Contributing

If you'd like to contribute to this project, please fork the repository and create a pull request.

License

This project is licensed under the MIT License.