Immersive Shopping Mall is an open project from ArIES : one of the most famous technical clubs of our college i.e. IIT ROORKEE.
The aim of this project is to Create an online shop with a 3D twist using Three.js. I have developed a platform that allows users to browse, interact with, and purchase products in a virtual 3D environment. The shop provides a seamless and engaging user experience;
- Viewing products from different angles.
- User navigation through the virtual 3D space. (not currently working)
- Intuitive navigation controls WASD keyboard, mouse drag, zoom (not currently working)
- Attractive user interaction.
- Animations.
- Backend Integration - Authentication, Payment.
First, run this command in the root folder where package.json belongs.
npm install
Second, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
(not Currently deployed)