A project for displaying and customizing 3D objects using Three.js with React and Tailwind CSS.
3D Customizer is a web application that allows users to interactively view and customize 3D objects. Built with the help of a YouTube course/tutorial, the project combines the power of Three.js, React, and Tailwind CSS to create an immersive and customizable 3D experience.
- Display and interact with 3D objects using the Three.js library.
- Customize the appearance of 3D objects through user interactions.
- Real-time updates and visual feedback for customization changes.
- Integration with React for a component-based architecture.
- Styling with Tailwind CSS for a responsive and modern design.
- Three.js
- React
- Tailwind CSS
- Vite
-
Clone the repository:
git clone https://github.com/syomna/3D-Customizer.git
-
Change into the project directory:
cd 3D-Customizer
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev