Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lrmn7/qr
simple qr code generator
https://github.com/lrmn7/qr
code qr qr-code qr-generator
Last synced: 1 day ago
JSON representation
simple qr code generator
- Host: GitHub
- URL: https://github.com/lrmn7/qr
- Owner: lrmn7
- Created: 2023-06-08T22:19:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-25T14:37:22.000Z (over 1 year ago)
- Last Synced: 2024-05-01T22:38:02.130Z (7 months ago)
- Topics: code, qr, qr-code, qr-generator
- Language: TypeScript
- Homepage: https://qr.is-a.fun/
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###
Connect with me:
###
hey there ๐
###
###
๐ love has a cost, and both of us lost
###
What i'am listening to
![](https://spotify-github-profile.vercel.app/api/view.svg?uid=hjn5rpwib3744xmkulex0vw4v&redirect=true][https://spotify-github-profile.vercel.app/api/view.svg?uid=hjn5rpwib3744xmkulex0vw4v&cover_image=true&theme=novatorem)
###
Support me
- ๐ ๐ฎ๐ฉ [Trakteer](https://trakteer.id/lrmn)
- ๐ ๐ [BuyMeACoffe](https://www.buymeacoffee.com/lrmn)
- ๐ ๐ [Ko-Fi](https://ko-fi.com/lrmn7)QR Code Generator ๐ธ
Live site link: https://qr-code.is-a.fun/ ๐
## About ๐
After trying to create a nice qr code with a logo for my work I quickly became frustrated by how limited most tools online were and how they all wanted me to signup and added bloat to the process. So I decided to create my own tool that would be simple, easy, feature rich and free to use.๐
If you find this project useful please consider giving it a star โญ
If you use the code please give me credit and link back to this repo ๐
Enjoy! ๐
## Features ๐
- Simple and easy UI ๐คฉ
- Smart themes based on the QR Code URL ๐จ
- Add a logo to your QR code ๐ผ๏ธ
- Colouring and styling options ๐จโ๐จ
- Right click the QR code to save it as an image ๐ธComing Soonโข ๐ง
- Auto recommend icons for all brands ๐
- Favicon scraping ๐ค (Unsure how CORS will go)
- More themes ๐จ
- QR code frames and text options ๐ผ๏ธ
- Svg download option ๐ธ
- Copy to clipboard option ๐
- Abillity to scan QR codes ๐ฑ## Built with ๐งฐ
- [React QR Code Logo](https://www.npmjs.com/package/react-qrcode-logo) ๐ฆ
- A very nice and easy to use QR code package with logo options.
- [Next.js](https://nextjs.org/) ๐
- Because it's the best React framework out there.
- [Tailwind CSS](https://tailwindcss.com/) ๐
- Nextjs starter had it already so why not.
- [React Palette](https://github.com/lauriys/react-palette) ๐จ
- A nice package to get the dominant color of an image.
- [Simple Icons](https://github.com/simple-icons/simple-icons) ๐ผ๏ธ
- The best package for all brand icons.
- [Hero Icons](https://heroicons.com/) ๐ฆธโโ๏ธ
- A really pretty collection of icons.
- [jsQR](https://github.com/cozmo/jsQR) ๐ธ
- A QR code scanner library.## Getting Started ๐ ๏ธ
Install with
```bash
yarn
```Then, run the development server:
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More ๐
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!