https://github.com/syvixor/tools
A collection of useful tools in one place 🍃
https://github.com/syvixor/tools
nuxt nuxt-ui tailwindcss tools
Last synced: 3 months ago
JSON representation
A collection of useful tools in one place 🍃
- Host: GitHub
- URL: https://github.com/syvixor/tools
- Owner: syvixor
- License: mit
- Created: 2025-09-28T18:29:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-10-01T09:27:41.000Z (3 months ago)
- Last Synced: 2025-10-01T11:21:20.739Z (3 months ago)
- Topics: nuxt, nuxt-ui, tailwindcss, tools
- Language: Vue
- Homepage: https://tools.syvixor.com
- Size: 108 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🍃 Tools
A collection of useful tools in one place.
### ✨ Technologies

### 🔧 Tools
- UUID Generator
- Image Format Converter
- Base64 Encoder/Decoder
- QR Code Generator
### 🚀 Quick Start
#### Clone Repo
```bash
git clone https://github.com/syvixor/tools.git
cd tools
```
#### Install Dependencies
```bash
pnpm install # or npm install
```
#### Run Development Server
```bash
pnpm dev # or npm run dev
```
All good, development server should be running on [`localhost:3000`](http://localhost:3000)
### 📜 License
This project is available under the [MIT License](LICENSE).