https://github.com/namecoder1/qrcodit
Free QR Code generator website with customization
https://github.com/namecoder1/qrcodit
nextjs qrcode-generator typescript website
Last synced: about 1 month ago
JSON representation
Free QR Code generator website with customization
- Host: GitHub
- URL: https://github.com/namecoder1/qrcodit
- Owner: namecoder1
- Created: 2025-04-09T18:20:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-07T10:43:42.000Z (about 1 year ago)
- Last Synced: 2025-10-12T07:41:27.633Z (8 months ago)
- Topics: nextjs, qrcode-generator, typescript, website
- Language: TypeScript
- Homepage: https://qrcodit.click
- Size: 399 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [qrcodit.click](https://qrcodit.click)
## Overview
QRCodit is a free, user-friendly web application that allows you to create custom QR codes in seconds. With QRCodit, you can generate QR codes for any URL and customize them with your own logo.
## Features
- **Quick QR Code Generation**: Create QR codes for any URL instantly
- **Logo Customization**: Add your own logo to make your QR codes unique and branded
- **Free to Use**: No hidden fees or subscriptions required
- **No Registration**: Generate QR codes without creating an account
- **Responsive Design**: Works on desktop and mobile devices
## How to Use
1. Enter the URL you want to encode in the QR code
2. (Optional) Upload your logo to customize the QR code
3. Download your custom QR code
## Technology Stack
- Next.js 14
- React
- TypeScript
- Tailwind CSS
- QRCode.react for QR code generation
## Local Development
To run this project locally:
```shell
npm i
npm run dev
```