Ashutosh-Malve / qrcodegenerator-frontend-nextjs

Next.js web app to generater QR Codes

Home Page:https://qrcode.yaoss-collection.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code Generator

A QR code generator that is fully open source and built with Next.js, TypeScript, and Tailwind. The generator is designed to be fast, easy to use, and does not require users to sign in or create an account.

Live Demo

screenshot

Features

  • Generate QR codes for text, URLs, phone numbers, SMS, email addresses, and more
  • Customize QR code colors, size, and margin
  • Supports generating codes for WiFi network information, such as SSID, password, and encryption type (coming soon)
  • Provides a free API for generating QR codes (coming soon)

Installation

To run the project locally, you will need to have Node.js and npm installed. Once you have those installed, follow these steps:

  1. Clone this repository:

git clone https://github.com/yaoss-collection/qrcodegenerator-frontend-nextjs.git

  1. Navigate into the project directory:

cd qrcodegenerator-frontend-nextjs

  1. Install the dependencies:

npm install

  1. Start the development server:

npm run dev

The QR code generator should now be running at http://localhost:3000.

Contributing

Contributions are welcome! To contribute to the project, please follow these steps:

  1. Fork this repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with a descriptive commit message.
  4. Push your changes to your forked repository.
  5. Submit a pull request to this repository.

Please make sure to include tests for any new features or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Next.js web app to generater QR Codes

https://qrcode.yaoss-collection.com

License:MIT License


Languages

Language:TypeScript 88.5%Language:JavaScript 6.0%Language:CSS 5.5%