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
- Host: GitHub
- URL: https://github.com/thatsinewave/uuid-generator
- Owner: ThatSINEWAVE
- License: mit
- Created: 2025-02-28T15:37:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T16:23:48.000Z (7 months ago)
- Last Synced: 2025-02-28T21:14:18.097Z (7 months ago)
- Topics: 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
- Language: CSS
- Homepage: https://thatsinewave.github.io/UUID-Generator/
- Size: 164 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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.

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