MagiQR is a QR code generator application developed using Vite + React. It allows users to embed various types of texts (such as plain text or links) into QR codes. The application utilizes the 'qrcode' library to generate QR codes and provides users with the ability to store and manage their created QR codes using the browser's localStorage. Additionally, users can download the generated QR codes as JPG files.
Follow the instructions below to download and run the project locally.
- Node.js (version: 16.16.0 or higher)
- npm (version: 9.6.1 or higher)
-
Clone the repository:
git clone https://github.com/yselim0/magiqr.git
-
Navigate to the project directory:
cd magiqr
-
Install the dependencies:
npm install
-
Clone the repository:
git clone https://github.com/yselim0/magiqr.git
-
Start the development server:
npm run dev
-
Open your browser and visit http://localhost:3000.
-
You can now use the MagiQR application to generate and manage QR codes.
- Generate QR codes by embedding different types of text (plain text, links, etc.).
- Store and manage created QR codes using localStorage.
- Download QR codes as JPG files.
This project is licensed under the MIT License.