https://github.com/ericneves/qrcode
QRCode - Frontend Mentor :rocket:
https://github.com/ericneves/qrcode
babel css express html javascript nodejs qrcodejs webpack
Last synced: 2 months ago
JSON representation
QRCode - Frontend Mentor :rocket:
- Host: GitHub
- URL: https://github.com/ericneves/qrcode
- Owner: EricNeves
- License: mit
- Created: 2023-03-08T02:45:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T19:39:37.000Z (about 3 years ago)
- Last Synced: 2025-12-26T11:44:27.701Z (6 months ago)
- Topics: babel, css, express, html, javascript, nodejs, qrcodejs, webpack
- Language: JavaScript
- Homepage: https://qrcoderq.netlify.app/
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

#### QRcode Project 🚀

Projeto simples proposto pela plataforma Frontend Mentor. Neste projeto algumas features foram implementadas juntamente com o uso do Webpack, Babel, QRCode e entre outros.
Solução: https://www.frontendmentor.io/solutions/qr-code-component-CyOyGF1nxN

#### Executando ⚙️
```sh
# Website: https://qrcoderq.netlify.app/
# Clone
$ git clone https://github.com/EricNeves/QRCode.git
# Install Dependencies
$ cd QRCode && npm install
# Execute
$ npm start
# Run mode development
$ npm run dev
# Build
$ npm run build
```
#### Ferramentas 🛠
* HTML5
* CSS3
* Javascript
* QRCode
* NodeJS
* Express
* Webpack
* Babel
#### License