Skip to content

The project I created with React includes a web application that allows users to generate QR codes and scan them to read information.

Notifications You must be signed in to change notification settings

furkan-dogu/QR-code-generator-and-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator and Scanner

About the Project

The project I created with React includes a web application that allows users to generate QR codes and scan them to read information.

Table of Contents

Live Demo

QR Code Generator and Scanner

Usage

Scanning a QR Code

  • On the main page, click on the 'Scanner' option.
  • Direct your camera towards the QR code.
  • Once the code is scanned, the relevant information will be displayed.

Creating a QR Code

  • On the main page, click on the 'Generator' option.
  • Enter the required information (e.g., text, link, or other data types).
  • Obtain the QR code by clicking the 'Download' button

Technologies Used

Project Skeleton

QR Code Generator and Scanner (folder)
|
|----readme.md         
SOLUTION
├── public
│    └── index.html
├── src
│    ├── assets
│    │     └── [images]
│    ├── components
│    │     ├── Generator.jsx
│    │     └── Scanner.jsx
│    ├── pages
│    │     └── Home.jsx
│    ├── router
│    │     └── router.js
│    ├── App.js
│    ├── index.css
│    └── index.js
├── package.json
└── yarn.lock

Screenshots

Compatibility

The project is compatible with both wide-screen computers and mobile devices.

About

The project I created with React includes a web application that allows users to generate QR codes and scan them to read information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages