This React app uses Augmented Reality (AR) to let users view and compare E-commerce products in the real world before committing to a purchase. The prototype is part of The Echelon Group's pitch for Alibaba's 2024 Global E-Commerce Challenge.
Visit gec-ar.vercel.app to try it out for yourself!
Note: a mobile device with AR support is required to access the site's full functionality.
- Clone the repository and ensure Node.js and npm are installed on your device.
- Next,
cdinto the project directory and run the following commands from your terminal:
$ npm install
$ npm start - You should now be able to access the site at http://localhost:3000/.