Skip to content

A mobile app built with React Native that allows users to generate and scan QR codes.

License

Notifications You must be signed in to change notification settings

arasgungore/QR-coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

QR-coder

A mobile app built with React Native that allows users to generate and scan QR codes. This app uses React Navigation for navigation and Expo for camera-related functionalities.

Features

  • QR Code Generation: Generate QR codes with custom data.
  • QR Code Scanning: Scan QR codes using the device's camera.

Prerequisites

Before running the app, make sure you have Node.js and npm installed on your machine.

Installation

  1. Install dependencies:

    cd QRcoderApp
    npm install
  2. Run the app:

    npm start

Dependencies

This project relies on the following libraries:

Usage

  • Navigate to the Home screen.
  • Choose between generating a QR code or scanning one.

Screenshots

Home Screen Scanner Screen

Contributing

Feel free to contribute to the project by opening issues or pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

👤 Aras Güngöre