Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericneves/qrcode
QRCode - Frontend Mentor :rocket:
https://github.com/ericneves/qrcode
babel css express html javascript nodejs qrcodejs webpack
Last synced: 7 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T19:39:37.000Z (over 1 year ago)
- Last Synced: 2024-11-17T12:21:37.730Z (2 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