https://github.com/sombitpramanik/qrcode
A website made of PHP in backend & a simple application of External Library of PHP
https://github.com/sombitpramanik/qrcode
api css-flexbox css3 flask-api html5 javascript php php-library pyhton3
Last synced: about 2 months ago
JSON representation
A website made of PHP in backend & a simple application of External Library of PHP
- Host: GitHub
- URL: https://github.com/sombitpramanik/qrcode
- Owner: SombitPramanik
- Created: 2023-10-31T16:24:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T15:15:40.000Z (over 1 year ago)
- Last Synced: 2025-01-30T01:14:09.648Z (4 months ago)
- Topics: api, css-flexbox, css3, flask-api, html5, javascript, php, php-library, pyhton3
- Language: PHP
- Homepage: https://theqrcode.site
- Size: 454 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
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/](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](https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.2.12/xampp-windows-x64-8.2.12-0-VS16-installer.exe)
- Install The XAMPP server on your Machine, Follow [this Documentation](https://www.apachefriends.org/faq_windows.html).
- **Clone** the repository inside the " \xampp\htdocs\ ":```bash
git clone https://github.com/Sombitpramanik/QRCODE.git
```
### **Linux**- Download the XAMPP server for Linux with this [Link](https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/8.2.12/xampp-linux-x64-8.2.12-0-installer.run)
- Install The XAMPP server on your Machine, Follow [this Documentation](https://www.apachefriends.org/faq_linux.html).
- **Clone** the repository inside the " /opt/lampp/htdocs ":```bash
git clone https://github.com/Sombitpramanik/QRCODE.git
```
### **Same For All**
1. **Preview Your changes** in Your own Machine:- Open your XAMPP Control Panel and start the *Apache2* and *MySQL* Server
- Go to https://localhost/QRCODE/2. **Add this repository as a remote**:
```bash
git remote add origin https://github.com/Sombitpramanik/QRCODE.git
```3. **Create and switch to your DEV branch**:
```bash
git checkout -b DEV/{your_name}/{feature_or_section_name}
```Make necessary changes, and when ready to commit and push:
5. **Push your changes** to this branch:
```bash
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.
6. ***Boom*** You are Officially part of our GitHub OpenSource Community