First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
This project was initiated to address the issue of misleading QR code generation services that claim to be free but later impose charges by redirecting the generated QR codes. This practice is essentially deceptive, and this project aims to provide a genuinely free and reliable QR code generation tool.
- Instant QR code generation.
- Customizable QR code options (size, color, error correction level).
- Downloadable QR codes as image files.
- No hidden fees or redirects.
-
Clone the repository:
git clone https://github.com/yourusername/mini-web-app-qr-code.git cd mini-web-app-qr-code
-
Install dependencies:
npm install # or yarn install # or pnpm install # or bun install
-
Start the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open http://localhost:3000 with your browser to use the app.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit your changes and push to your fork.
- Create a pull request explaining your changes.
This project is licensed under the GNU Affero General Public License v3.0. See the LICENSE file for details.
For any inquiries or support, please reach out on Twitter: @iamevansobeng.
If you find this project helpful, consider supporting by starring the repository or making a small donation through Buy Me a Coffee.