https://github.com/johnexzy/qrverse
Transform simple data into intricate QR code designs that double as works of art. With SVG-based rendering, your codes maintain exceptional quality at any scale.
https://github.com/johnexzy/qrverse
Last synced: 7 months ago
JSON representation
Transform simple data into intricate QR code designs that double as works of art. With SVG-based rendering, your codes maintain exceptional quality at any scale.
- Host: GitHub
- URL: https://github.com/johnexzy/qrverse
- Owner: johnexzy
- Created: 2023-08-11T13:22:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T06:15:29.000Z (9 months ago)
- Last Synced: 2025-01-23T04:17:07.950Z (9 months ago)
- Language: JavaScript
- Homepage: https://qr-verse-studio.vercel.app/
- Size: 513 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QRVerse
QRVerse is a web application built with Nuxt.js that allows you to generate visually appealing QR codes using SVG rendering. Elevate your QR code experience by transforming simple data into intricate and stylish QR code designs.
## Installation
1. Clone this repository to your local machine.
```bash
git clone https://github.com/johnexzy/QRVerse.git
```2. Navigate to the project directory.
```bash
cd QRVerse
```3. Install the dependencies
```bash
npm install
```4. Run the development server.
```bash
npm run dev
```