A virtual showroom for cars. Allowing you to view and customize a detailed 3D model of a car, bringing the browsing experience to life.
The project is now available to view at https://3d.themagehub.com/
-
Clone the project:
git clone https://github.com/longtv2222/3D-Car-Viewer.git -
Goes into directory that
proptotype/srcdirectory and runnpm cifor non breaking build -
Make sure that there is no running process in http://localhost:3000/, then run
npm start -
Now you can play around with Car 3D Models!
The project has 2 main components:
infrastructuredirectory provision AWS resources using AWS CDK.prototypedirectory is the code for the app, powered by React and Three.js
