An open API service indexing awesome lists of open source software.

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.

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
```