Web application for generating a 3D representation of a cuboid based on the entered data. This project features a form where users can input dimensions, and a 3D scene that dynamically updates to reflect the cuboid based on the submitted data.
To get started with cubedraw, you can run it locally with npm:
- Clone the repository
git clone https://github.com/DarkDomian/draw-the-cube.git
. - Run
npm install
to install the dependencies. - Start the application with
npm start
.
Once the application is running, open your browser to localhost. You can input the dimensions of the cuboid in the form, and the 3D scene will update to reflect your input.
- Thanks to the developers of the libraries and tools used in this project.
- Special thanks to my Mentor and Brother for their support and feedback.
If you have questions about contributing, feel free to contact me!