Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amanjaiman1 authored May 20, 2023
1 parent 3f552e7 commit 3b605c8
Showing 1 changed file with 0 additions and 59 deletions.
59 changes: 0 additions & 59 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,60 +1 @@
# 3D Product Customization Website
<div align="center">
<img src="https://forthebadge.com/images/badges/built-with-love.svg" />
<img src="https://forthebadge.com/images/badges/uses-brains.svg" />
<img src="https://forthebadge.com/images/badges/powered-by-responsibility.svg" />
<br>
<img src="https://img.shields.io/github/repo-size/amanjaiman1/Product_3D?style=for-the-badge" />
<img src="https://img.shields.io/github/issues/amanjaiman1/Product_3D?style=for-the-badge" />
<img src="https://img.shields.io/github/issues-closed-raw/amanjaiman1/Product_3D?style=for-the-badge" />

<img src="https://img.shields.io/github/forks/amanjaiman1/Product_3D?style=for-the-badge" />
<img src="https://img.shields.io/github/issues-pr/amanjaiman1/Product_3D?style=for-the-badge" /><br>
<img src="https://img.shields.io/github/issues-pr-closed-raw/amanjaiman1/Product_3D?style=for-the-badge" />
<img src="https://img.shields.io/github/stars/amanjaiman1/Product_3d?style=for-the-badge" />
<img src="https://img.shields.io/github/contributors/amanjaiman1/Product_3D?style=for-the-badge" />
<img src="https://img.shields.io/github/last-commit/amanjaiman1/Product_3D?style=for-the-badge" />
</div>
Welcome to the 3D Product Customization Website! This is a web application that allows users to customize their own t-shirts using a range of options, including color selection and image/logo upload. The website also integrates DalleAI technology to generate custom images for users to apply to their t-shirts.

## Technologies Used

This project was built using the following technologies:

- React: A JavaScript library used for building user interfaces.
- Three.js: A 3D graphics library used for creating and rendering 3D scenes on the web.
- TailwindCSS: A utility-first CSS framework used for rapidly building custom user interfaces.
- NodeJS: A JavaScript runtime used for building the backend dalleAI functionality.

## Getting Started

To get started with this project, follow these steps:

1. Clone the project repository: `git clone https://github.com/your-username/your-repo-name.git`
2. Install dependencies: `npm install`
3. Start the application: `npm start`
4. Visit `http://localhost:3000` in your web browser to access the application.

Note: To use the dalleAI feature, ensure that you have the necessary backend set up and connected to the frontend.

## Features

This application includes the following features:

- Color selection: Users can choose their preferred t-shirt color from a range of options.
- Image/logo upload: Users can upload their own logos or images to apply to their t-shirts.
- DalleAI integration: Users can generate custom images using DalleAI and apply them to their t-shirts as logos or full images.
- Remove functionality: Users can remove any applied logos or images by clicking the corresponding "remove" button.
- Download option: Users can download their completed t-shirt designs as image files.

## Contributing

If you'd like to contribute to this project, please fork the repository and submit a pull request. We'd love to hear your ideas for improving this application!

## Contributors
<p align="center">
<a href="https://github.com/amanjaiman1/Product_3D/graphs/contributors">
<img src="https://contrib.rocks/image?repo=amanjaiman1/Product_3D" />
</a></p>

Thank you for using our 3D Product Customization Website!

0 comments on commit 3b605c8

Please sign in to comment.