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.
- 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
- Clone or download this repository:
git clone https://github.com/yourusername/UUID-Generator.git
- Open the
index.html
file in any modern web browser. - Select the desired UUID version and number of UUIDs.
- Click "Generate UUIDs" to display UUIDs.
- Click "Download as TXT" to save the generated UUIDs.
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
This project uses UUIDTools API for UUID generation:
https://www.uuidtools.com/api/generate/{version}/count/{count}
If you'd like to contribute to this project, please fork the repository and create a pull request.
This project is licensed under the MIT License.