This project utilizes Three.js to create dynamic 3D visuals. It provided me with hands-on experience of integrating different aspects of threeJs like canvas, camera, backdrop, etc.
The AI logo generation is still in development phase as I have been facing some issues in connecting with GenAI API , I will try to fix it soon.
- 3D visualization using Three.js
- Ability to Modify the T-Shirt Color and Logo through users will.4
- Creating Custom Logos using GenAI.
- Clone the repository.
- Install dependencies using
npm installin both server and client folders . - Add a .env file and fill in your API key as :
OPENAI_API_KEY= - Jump into the server and start it with
nodemon index.js - Then go back inside the client folder and power up the react application using
npm run dev

