Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cristian-sbardelotto/qr-code-generator
A simple QR Code generator that allows the user to download the image of any link that was typed. Idea provided by Sujeito Programador.
https://github.com/cristian-sbardelotto/qr-code-generator
qrcode qrcode-generator reactjs
Last synced: 15 days ago
JSON representation
A simple QR Code generator that allows the user to download the image of any link that was typed. Idea provided by Sujeito Programador.
- Host: GitHub
- URL: https://github.com/cristian-sbardelotto/qr-code-generator
- Owner: cristian-sbardelotto
- Created: 2023-03-09T00:13:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T22:42:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T23:18:12.144Z (2 months ago)
- Topics: qrcode, qrcode-generator, reactjs
- Language: JavaScript
- Homepage: https://qr-code-generator-pied.vercel.app
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
QR Code Generator
A simple QR Code generator that allows the user to download the image of any link that was typed. Idea provided by Sujeito Programador.
Technologies |
Installation |
Layout
🖱️ Technologies
This project was made with the following technologies/libraries:
- ReactJS
- QrCode - lib
- Git
- Github
🖥️ Layout
> To see the Deploy, check [THIS LINK.](https://qr-code-generator-pied.vercel.app)
📤 Installation
>
Firstly, you need to clone the project on your machine:
git clone https://github.com/cristian-sbardelotto/qr-code-generator
>
After that, open the project folder and install the dependencies:
npm i
yarn
>
To run the project on your browser, use:
npm run dev
yarn dev
---
Enjoy this project!
Developed with ❤️ by Cristian Sbardelotto
[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/cristian-k-sbardelotto/)
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/cristian-sbardelotto)