It is a project based on React that allows users to design their own creative t-shirts by selecting colors, uploading logos, designs and providing real-time preview. It leverages the power of React.js and Three.js to create an interactive 3D environment where users can customize their t-shirts
-
Color selection: Users can choose from a wide range of colors for the t-shirt.
-
Logo upload: Users can upload their own logos or choose from a library of pre-defined logos.
-
Real-Time preview: Users can see a real-time preview of their customized t-shirt as they make changes.
-
User-Friendly Interface: Provides a simple and intuitive interface for uploading images and viewing results.
-
Fork the Repository: Click on the "Fork" button on the repository's GitHub page to create a copy of the repository in your GitHub account.
-
Clone the repository: Clone the forked repository to your local machine using the following command in your terminal.
git clone https://github.com/DebapriyaJha/threejs-tshirt-designer
-
Open the project in VS Code: Click on the open with vs code button , to make changes to the code using the text editor. Navigate to the Project Directory.
cd threejs-tshirt-designer
-
Install Dependencies:
npm run install
- Run the Application:
npm run dev
Contributing
We love your input! If you have any ideas for improvements or want to report issues, please feel free to open an issue.