To run this application, you will need the following:
- Node.js
- NPM or Yarn package manager
To get started with this application, follow these steps:
- Clone this repository to your local machine using
git clone https://github.com/<username>/<repository-name>.git
- Navigate to the cloned repository's directory using the terminal or command prompt.
- Run
npm install
oryarn install
to install all necessary dependencies. - Obtain an API key from OpenAI's Dalle API and set it in the
.env
file in the root directory of the project. - Run
npm start
oryarn start
to start the development server. - Open your browser and navigate to
http://localhost:3000
to see the application running.
- AI-powered logo generation using OpenAI's Dalle API.
- 3D t-shirt module for interaction and customization.
- React-based frontend for easy development and maintenance.
- Responsive design that adapts to various screen sizes and devices.
- React
- Three.js
- OpenAI's Dalle API
- HTML5/CSS3
- Thanks to OpenAI for providing their Dalle API, which powers the logo generation feature of this application.
- Thanks to the creators of Three.js for providing a powerful 3D library for web development.