Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/furkan-dogu/qr-code-generator-and-scanner

The project I created with React includes a web application that allows users to generate QR codes and scan them to read information.
https://github.com/furkan-dogu/qr-code-generator-and-scanner

css html5-qrcode javascript react react-icons react-qr-code react-router-dom sweetalert2

Last synced: about 5 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

- [Usage](#usage)
- [Technologies Used](#technologies-used)
- [Project Skeleton](#project-skeleton)
- [Screenshots](#screenshots)

## Live Demo

[QR Code Generator and Scanner](https://qr-code-generator-and-scanner-woad.vercel.app/)

## 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

- React
- React-Router-Dom
- Icons from [React Icons](https://react-icons.github.io/react-icons/)
- [Sweetalert2](https://sweetalert2.github.io/) for alert
- [html5-qrcode](https://www.npmjs.com/package/html5-qrcode) for the scanning
- [react-qr-code](https://www.npmjs.com/package/react-qr-code) for the creating

## 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.