pkini2002 / AR-Ecommerce-App

An AR - Ecommerce App built using Java for the backend and Firebase database
8 stars 3 forks source link
android-app android-studio-java augmented-reality firebase firebase-authentication-android sceneform-sdk xml

AR-Ecommerce-App




πŸ“Œ Problem Statement

The problem statement for this AR e-commerce app project is to provide an immersive and interactive shopping experience to the users. Traditional e-commerce platforms offer limited product visualization, which makes it difficult for customers to make an informed purchase decision. With the implementation of Augmented Reality (AR), customers can view 3D models of the products in real-time and make informed decisions about their purchases.

The AR e-commerce app aims to solve the following problems:

πŸ’» TechStack Used

πŸ“Έ Screenshots

WhatsApp Image 2023-05-13 at 7 39 14 PM WhatsApp Image 2023-05-13 at 7 39 14 PM (1) WhatsApp Image 2023-05-13 at 7 39 13 PM WhatsApp Image 2023-05-13 at 7 39 13 PM (1) WhatsApp Image 2023-05-13 at 7 39 12 PM WhatsApp Image 2023-05-13 at 7 39 12 PM (1) WhatsApp Image 2023-05-13 at 7 39 12 PM (2) WhatsApp Image 2023-05-13 at 7 39 11 PM WhatsApp Image 2023-05-13 at 7 39 11 PM (1)

🚧 To-do's

Steps to clone the project

git clone https://github.com/pkini2002/AR-Ecommerce-App.git
cd AR-Ecommerce-App

Do necessary changes if any and add your code to the staging area

git add .

Commit the changes with a text message.

git commit -m "Message"

Create a branch

git branch dev-branchname

Push the code to your branch

git push origin dev-branchname

Steps to be followed if you have already cloned the project

Add the changes if you have done and commit it

git add .
git commit -m "Message"

Switch to main branch if not in main

git checkout -m main

Pull the changes

git pull origin main

Now You can start working and once there is an update/a feature which needs to be pushed follow the same steps mentioned above Note: Sometimes the changes gets reflected once you close and open the project in Android studio. So make sure to do so

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]