Skip to content

Commit b407b8f

Browse files
authored
Update README.md
1 parent 8bb3ca4 commit b407b8f

File tree

1 file changed

+58
-1
lines changed

1 file changed

+58
-1
lines changed

README.md

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,59 @@
1+
<div align="center">
2+
13
# UUID Generator
2-
4+
5+
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.
6+
7+
![UUID-Generator](https://github.com/user-attachments/assets/0d03c8ce-24a7-42b7-a5e3-5fbe951245e1)
8+
9+
</div>
10+
11+
## Features
12+
- Generate up to **100 UUIDs** at a time
13+
- Select UUID version (**v1, v4, Timestamp-First**)
14+
- Download generated UUIDs as a `.txt` file
15+
- Responsive and user-friendly design
16+
17+
<div align="center">
18+
19+
## [Support my work on Ko-Fi](https://ko-fi.com/thatsinewave)
20+
21+
</div>
22+
23+
## Installation & Usage
24+
1. Clone or download this repository:
25+
```sh
26+
git clone https://github.com/yourusername/UUID-Generator.git
27+
```
28+
2. Open the `index.html` file in any modern web browser.
29+
3. Select the desired **UUID version** and **number of UUIDs**.
30+
4. Click **"Generate UUIDs"** to display UUIDs.
31+
5. Click **"Download as TXT"** to save the generated UUIDs.
32+
33+
## File Structure
34+
```
35+
UUID-Generator/
36+
│── index.html # Main structure of the app
37+
│── styles.css # Styling and layout
38+
│── script.js # JavaScript logic for UUID generation & download
39+
└── site-data/ # Contains favicon and manifest files
40+
```
41+
42+
## API Reference
43+
This project uses **UUIDTools API** for UUID generation:
44+
- `https://www.uuidtools.com/api/generate/{version}/count/{count}`
45+
46+
<div align="center">
47+
48+
## [Join my discord server](https://discord.gg/2nHHHBWNDw)
49+
50+
</div>
51+
52+
## Contributing
53+
54+
If you'd like to contribute to this project, please fork the repository and create a pull request.
55+
56+
## License
57+
58+
This project is licensed under the [MIT License](LICENSE).
59+

0 commit comments

Comments
 (0)