https://github.com/doo/my-awesome-react-barcode-scanner-web-app
Web SDK Barcode Scanner on React Tutorial: How to integrate our barcode scanning functionalities
https://github.com/doo/my-awesome-react-barcode-scanner-web-app
List: my-awesome-react-barcode-scanner-web-app
Last synced: 3 months ago
JSON representation
Web SDK Barcode Scanner on React Tutorial: How to integrate our barcode scanning functionalities
- Host: GitHub
- URL: https://github.com/doo/my-awesome-react-barcode-scanner-web-app
- Owner: doo
- Created: 2022-03-22T10:48:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T13:36:04.000Z (over 3 years ago)
- Last Synced: 2025-03-11T16:01:54.818Z (over 1 year ago)
- Language: JavaScript
- Size: 861 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Awesome React Barcode Scanner Web App
A simple React Native demo app based on the tutorial in the blog post
["React Barcode Reader Tutorial and Examples"](https://scanbot.io/blog/react-barcode-reader-tutorial/).
For a **full** example project which demonstrates **all** API methods of the Scanbot Web SDK
see the repo [scanbot-sdk-example-web](https://github.com/doo/scanbot-sdk-example-web).
## How to run this app
Install the latest versions of [Node.js](https://nodejs.org)
Fetch this repository and navigate to the project directory.
```
cd my-awesome-react-barcode-scanner-web-app/
```
Install node modules:
```
npm install
```
And, run the project on your local browser:
```
npm run
```