Skip to content

boranbatuhan/linqrbell_nuxt

Repository files navigation

Linqrbell

Link organizer like a linktree

Click me for live demo.

webres-demo

📔 About

Linqrbell is a web application that collects many links under a single link and creates a QR code.

📜 Features

  • Main Page
  • Labels Page for supported sites
  • Pricing Page for free/premium
  • Learn Page for talk with us
  • Log in Page
  • Sign up Page
  • Profile Page
  • Edit Links (add, delete, update, replace)
  • Edit Profile (name, bio, color theme)
  • Edit QR Code (Create qr, edit qr colors)

#️⃣ Commands for Local Machine

Run on Local Machine

git clone https://github.com/boranbatuhan/linqrbell_nuxt.git    // Clone the repository.
cd linqrbell_nuxt                                               // Change directory.
npm install                                                     // Install dependencies.
npm run dev                                                     // Run development mode.
npm run build                                                   // Build the project.