Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dantelentsoe/web-qr-code
This is application is intended for leveraging the web to scan QR codes, without having to download QR code scanning for unsupported devices
https://github.com/dantelentsoe/web-qr-code
nextjs playwright-tests qrcode-generator qrcode-scanner reactjs typescript
Last synced: 1 day ago
JSON representation
This is application is intended for leveraging the web to scan QR codes, without having to download QR code scanning for unsupported devices
- Host: GitHub
- URL: https://github.com/dantelentsoe/web-qr-code
- Owner: DanteLentsoe
- License: mit
- Created: 2022-06-16T17:29:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T18:33:14.000Z (about 2 years ago)
- Last Synced: 2023-03-03T23:33:45.230Z (over 1 year ago)
- Topics: nextjs, playwright-tests, qrcode-generator, qrcode-scanner, reactjs, typescript
- Language: TypeScript
- Homepage: https://web-qr-code-seven.vercel.app
- Size: 198 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web QR Code Scanner
This is application is intended for leveraging the web to scan QR codes, without having to download QR code scanning for unsupported devices
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- [Node](https://nodejs.org/en/) minimum v12.3.0
### Installing
- Clone the repository using SSH
```
git clone https://github.com/DanteLentsoe/web-qr-code.git
```- Navigate to the cloned repo
```
cd web-qr-code
```- yarn
-
- yarn start## Environments
There are 2 environments each corresponding to a branch on the repository:
- Production - `master` branch
- Development - `dev` branch## Deployment
The application is deployed on [vercle](```https://vercel.com/```)
## Built With
Details of the tech stack that has been used.
- [Nextjs](https://nextjs.org/)
- [Typescript] (https://www.typescriptlang.org/)## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/DanteLentsoe/Help-an-en-eye-gee-gee-ay) for details on the followed standards standard for commit messages and the accepted pull request process.
## Authors
- **Dante Lentsoe**
## Licenses
```
├─ MIT: 953
├─ ISC: 78
├─ BSD-3-Clause: 37
├─ BSD-2-Clause: 29
├─ Apache-2.0: 26
├─ MIT*: 8
├─ BSD: 5
├─ (MIT OR CC0-1.0): 5
├─ CC0-1.0: 4
├─ WTFPL: 2
├─ Unlicense: 2
├─ 0BSD: 2
├─ Custom: https://github.com/tmcw/jsonlint: 1
├─ BSD-3-Clause OR MIT: 1
├─ (MIT OR Apache-2.0): 1
├─ CC-BY-4.0: 1
├─ Public Domain: 1
├─ AFLv2.1,BSD: 1
├─ (MIT AND Zlib): 1
├─ (MIT AND BSD-3-Clause): 1
└─ CC-BY-3.0: 1
```## Meta
| Version | Author | Date |
| ------- | ----------------------------------- | ---------- |
| 1.0.5 | Dante Lentsoe | 19/06/2022 |```
Planned Features
- Dynamic Topic Routes
- Sign with GitHub
- Regular Sign Up with Email
- Add Multiple QR Codes that are generated```
Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).