Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raminhuk/react-qrcode
QRCode Generator in React
https://github.com/raminhuk/react-qrcode
css javascript qrcode qrcode-generator react styled-components
Last synced: 9 days ago
JSON representation
QRCode Generator in React
- Host: GitHub
- URL: https://github.com/raminhuk/react-qrcode
- Owner: raminhuk
- Created: 2022-08-09T23:40:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T20:39:40.000Z (9 months ago)
- Last Synced: 2024-02-16T22:38:20.980Z (9 months ago)
- Topics: css, javascript, qrcode, qrcode-generator, react, styled-components
- Language: JavaScript
- Homepage: https://qrcode.fabra.dev
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QRCode Generator in React
Built using React, this QRCode Generator is a user-friendly tool that allows users to effortlessly create QR codes for various purposes
##### Live [qrcode.fabra.dev](https://qrcode.fabra.dev) on Vercel
![image](https://github.com/raminhuk/react-qrcode/assets/70978375/e81c7d01-abbb-4b11-a0ac-280a94d61d41)
## 🚀 Getting Started
+ Clone este repositório
```jsx
git clone https://github.com/raminhuk/react-qrcode.git
```
+ Entre na pasta react-qrcode
```jsx
cd react-qrcode
```
+ Execute npm install para instalar as dependências
```jsx
npm install
```
+ Execute npm start para rodar o projeto em http://localhost:3000/
```jsx
npm start
```