ezejerez / clothing-customization-app

¡Create your own custom t-shirt!

Home Page:https://clothing-customization-app.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clothing Customization App

Create your own custom t-shirt!

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.

This project use pnpm for manage dependencies:

npm install -g pnpm

Installing server side:

For install server dependencies:

cd server
pnpm install

For starting the server side:

pnpm start

Installing client side:

For install client dependencies:

cd client
pnpm install

For starting the client side:

pnpm dev

Built With

Client:

  • ReactJS
  • Three.js
  • Valtio
  • TypeScript
  • TailwindCSS

Server:

  • NodeJS
  • Express
  • OpenAI
  • TypeScript

Extras

The app has an OpenAI Dall-E integration for which a paid api key is needed. Feel free to use and expand this functionality.

Get your API Key:

OpenAI Account API Keys

About

¡Create your own custom t-shirt!

https://clothing-customization-app.netlify.app/


Languages

Language:TypeScript 85.1%Language:CSS 10.5%Language:JavaScript 2.8%Language:HTML 1.5%