An open API service indexing awesome lists of open source software.

https://github.com/thatsinewave/uuid-generator

Simple web application that allows users to generate UUIDs of different versions and download them as a text file
https://github.com/thatsinewave/uuid-generator

good-first-contribution good-first-issue good-first-issues good-first-pr good-first-pr-first-contribution good-first-project good-first-prs html-css html-css-javascript html-css-js thatsinewave uuid uuid-generator uuid-generators uuid-v4 uuid1 uuidv4 web-application webapp website

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# [UUID Generator](https://thatsinewave.github.io/UUID-Generator/)

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](https://github.com/user-attachments/assets/0d03c8ce-24a7-42b7-a5e3-5fbe951245e1)

## 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

## ☕ [Support my work on Ko-Fi](https://ko-fi.com/thatsinewave)

## Installation & Usage
1. Clone or download this repository:
```sh
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}`

## [Join my discord server](https://discord.gg/2nHHHBWNDw)

## 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](LICENSE).