3D model viewer shows list of 3D models and renders them using threeJS.
- Let's user upload their own 3d model files
- Supports GLTF, GLB and PBX
- Supports different devices such as Mobile, Tablets and Desktops.
3D Model viewer uses these different libraries and technologies:
- ReactJS - Lightweight and Fast Front end library.
- VS Code - One of the best code editors.
- Node.js - evented I/O for the backend
- Express - fast node.js network app framework
- AWS - File storage for 3D files
Clone the repo using the link or GitHub CLI
Install the dependencies and devDependencies and start the server.
cd 3DModelViewer
npm i
npm run develop
npm run build
npm start