This project is a React-based web application designed to allow users to create, render, and visualize 3D shapes. Shape objects can be moved, resized, and interacted.
Ensure you have the following installed on your local machine:
You can check if these are installed by running:
node -v
npm -v
git clone [email protected]:ruchita-nathani/3d-shape-visualizer.git
cd 3d-shape-visualizer
npm install
Start the React application in development mode:
npm start
This will be rendered at http://localhost:3000 by default in the browser.
In the project directory, you can run the following commands:
npm start
– Runs the app in development mode.npm run build
– Builds the app for production.npm run format
– Format the codebase in all files.