Skip to content

ynsemre1/smart-capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📱 SmartCapture - Image, QR, NFC & PDF Viewer

📌 About the Project

SmartCapture is a mobile application built with Apache Cordova that allows users to:

  • 📸 Capture and display photos taken with the device camera.
  • 🖼 Select and view photos from the device gallery.
  • 🔍 Scan QR codes and process the data.
  • 📡 Read NFC tags and retrieve information.
  • 📄 Open and display PDF files seamlessly.

The app is cross-platform and runs on iOS and Android.

📥 Installation

To install and run the application, follow the standard Apache Cordova setup:

1. Install Apache Cordova (if not installed)

npm install -g cordova

2. Clone the Repository

git clone (https://github.com/ynsemre1/SmartCapture)
cd SmartCapture

3. Install Dependencies

cordova prepare

4. Add Platforms

cordova platform add android
cordova platform add ios

5. Run the Application

For Android:

cordova run android

For iOS:

cordova run ios

📸 Application Launch Screen

App Launch Screen

🔗 Dependencies & Plugins

Plugins Overview

This project utilizes the following Cordova plugins:

  • 📷 Camera (cordova-plugin-camera)
  • 📂 File Handling (cordova-plugin-file, cordova-plugin-file-opener2, cordova-plugin-filechooser, cordova-plugin-filepath)
  • 📡 NFC (cordova-plugin-nfc)
  • 🔍 QR Scanner (cordova-plugin-barcodescanner)
  • 🔓 Android Permissions (cordova-plugin-android-permissions)

🌟 Features

  • Capture photos and display them instantly.
  • Select images from the gallery and view them in-app.
  • Scan QR codes and process their data.
  • Read NFC tags for retrieving stored information.
  • Open and display PDF documents.

📦 Build Process

To create a production build, follow the standard Cordova build steps:

cordova build android
cordova build ios

📱 Supported Platforms

iOS
Android

📸 Screenshots

Below are some images showcasing the app’s functionality:

SmartApp NFC Screen SmartApp QR Screen

(Replace these image paths with actual uploaded images in your repository.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published