ItemToQR App is a convenient tool for generating and scanning QR codes for various items. It provides an easy way to access item details just by scanning their associated QR codes.
- QR Code Generation: Easily create a QR code for each item.
- QR Code Scanning: Quickly scan a QR code to retrieve item details.
To run the ItemToQR App locally on your device, follow these steps:
- Install Dependencies: Run
yarn
to install necessary dependencies. - Start the Server:
- For a development server, run
yarn dev
. - For an Android device, use the
./build-and-run.sh
script. This script initiates the emulator or a connected Android device and then launches the application.
- For a development server, run
- Android: Download the Android APK
- iOS: Not available
- Add cloud storage for items instead of local storage.
- Add ability to share items across multiple devices.