Skip to content

This is an Ecommerce app based on Augmented Reality. Made with React-Native.

Notifications You must be signed in to change notification settings

Jaiswal-Siddhant/Project-ARON

Repository files navigation

PROJECT ARON

This is an Ecommerce app based on Augmented Reality. Made with React-Native.

Prerequesites

  • Set up the development environment for react native.
  • NODE version = v16.16.0
  • JAVA version used for this project = openjdk version "11.0.17"

⚠️ NOTE: The android emulators are not supported by Viro. See this.

Installation

  1. git clone https://github.com/ViroCommunity/starter-kit.git
  2. git clone https://github.com/Jaiswal-Siddhant/Project-ARON.git
  3. cd starter-kit
  4. npm install (in root folder)
  5. npm run initialize
  6. npm run start-android (android) OR npm run start-ios (ios)

If npx react-native run-android fails with EACCESS gradlew.bat or EACCESS gradlew, run chmod +x gradlew.bat or chmod +x gradlew.

NOTE 1 : Please note that this repo does not include android and ios folders and DO NOT have linkings. Please clone the starter-kit of ViroCommunity and copy android, ios folders from there.

NOTE 2 : The variant arguments are not needed for debug or release.

How to run this project?

  1. Connect android device using adb
  2. Start server first in root dir.

Need help or want to contribute?

Feel free to reach out to me or our contributors

Reach us in LinkedIn.

Application

Login Page

image

Product Page

image

Product Page

image image

AR Page

image

Payment Page

image image

Contributors