The site is deployed through Vercel, which you can view from here
CLick here to view the demo.
- React Js: For the frontend
- TypeScript: Frontend using React Typescript
- Firebase: For user authentication and database
- Three Js: For rendering 3D Models
- Tailwind CSS: For styling
The biggest challenge was to rendering the 3D model and adding AR functionality to them, which I overcome using three js and echoAR.
Completing the project under the given time frame
Working with three js and using echoAR
- Add Virtual Reality (VR) functionality
- Add more subjects and Customized 3D models
3D Models: sketchfab.com
Required to install and run the software:
From the project folder, run these commands in console (terminal) to install dependencies and run the app:
npm install
npm start