Skip to content

A website made of PHP in backend & a simple application of External Library of PHP

Notifications You must be signed in to change notification settings

SombitPramanik/QRCODE

Repository files navigation

TheQRCode.site

A Fantastic Website for Generating Static and Dynamic QR Codes

🌈 Introduction

Welcome to TheQRCode.site! This project aims to provide a user-friendly website for generating both static and dynamic QR codes. Visit our website at https://theqrcode.site/ to experience the magic of QR code creation.

🎨 Features

  • Generate QR codes for UPI, Free text, PDF, URL, and WiFi
  • Responsive layouts for various devices
  • Interactive components and user-friendly interfaces
  • Exclusive Options For Business
  • User-Friendly API
  • Comparatively Low Cost For Small Business.

🚀 Getting Started

To get started with this project, follow these steps:

Windows:

  • Download the XAMPP server for Windows with this Link

  • Install The XAMPP server on your Machine, Follow this Documentation.

  • Clone the repository inside the " \xampp\htdocs\ ":

    git clone https://github.com/Sombitpramanik/QRCODE.git

Linux

  • Download the XAMPP server for Linux with this Link

  • Install The XAMPP server on your Machine, Follow this Documentation.

  • Clone the repository inside the " /opt/lampp/htdocs ":

    git clone https://github.com/Sombitpramanik/QRCODE.git

Same For All

  1. Preview Your changes in Your own Machine:

  2. Add this repository as a remote:

    git remote add origin https://github.com/Sombitpramanik/QRCODE.git
  3. Create and switch to your DEV branch:

    git checkout -b DEV/{your_name}/{feature_or_section_name}

    Make necessary changes, and when ready to commit and push:

  4. Push your changes to this branch:

    git push --set-upstream origin DEV/{your_name}/{feature_or_section_name}

    The first time, it may prompt you for your GitHub username and password.

  5. Boom You are Officially part of our GitHub OpenSource Community